mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
screen: Show suggestion if the commandline was pushed to a new line
Pretty sure this was just overlooked, the comment mentions that it should happen and it seems to work. Fixes #7213.
This commit is contained in:
@@ -1093,6 +1093,7 @@ static screen_layout_t compute_layout(screen_t *s, size_t screen_width,
|
||||
prompt_percent_width > 33) {
|
||||
result.prompts_get_own_line = true;
|
||||
}
|
||||
result.autosuggestion = autosuggestion;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user