mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:05:39 +08:00
Fix for displaying multiline prompts
This commit is contained in:
parent
12f3f5dcbb
commit
4fc80b5057
|
@ -660,6 +660,7 @@ static void exec_prompt()
|
|||
|
||||
for( i = 0; i < prompt_list.size(); i++ )
|
||||
{
|
||||
if (i > 0) data->prompt_buff += L'\n';
|
||||
data->prompt_buff += prompt_list.at(i);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user