Support for fish_right_prompt

Fixes https://github.com/fish-shell/fish-shell/issues/80
This commit is contained in:
ridiculousfish
2012-11-07 19:59:20 -08:00
parent 21e83a881e
commit d76f880faf
9 changed files with 499 additions and 123 deletions

View File

@@ -2320,7 +2320,7 @@ static int builtin_read( parser_t &parser, wchar_t **argv )
const wchar_t *line;
reader_push( mode_name );
reader_set_prompt( prompt );
reader_set_left_prompt( prompt );
if( shell )
{
reader_set_complete_function( &complete );