mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 00:01:16 -03:00
Added autosuggestion color variable fish_color_autosuggestion
Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
This commit is contained in:
@@ -3012,6 +3012,9 @@ const wchar_t *reader_readline()
|
||||
*/
|
||||
case R_EXECUTE:
|
||||
{
|
||||
/* Delete any autosuggestion */
|
||||
data->autosuggestion.clear();
|
||||
|
||||
/*
|
||||
Allow backslash-escaped newlines
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user