FC Updates from BitShares and myself #21
1 changed files with 2 additions and 3 deletions
|
|
@ -188,7 +188,6 @@ void cli::getline( const fc::string& prompt, fc::string& line)
|
||||||
if( _isatty( _fileno( stdin ) ) )
|
if( _isatty( _fileno( stdin ) ) )
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
//rl_attempted_completion_function = cli_completion;
|
|
||||||
rl_set_complete_func(my_rl_complete);
|
rl_set_complete_func(my_rl_complete);
|
||||||
rl_set_list_possib_func(cli_completion);
|
rl_set_list_possib_func(cli_completion);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue