mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03:00
Support for fish_right_prompt
Fixes https://github.com/fish-shell/fish-shell/issues/80
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user