mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 17:41:16 -03:00
Allow restricting earsing and listing of bindings to specific mode;
implement force repaint and multi-char bindings;
This commit is contained in:
@@ -3164,6 +3164,7 @@ const wchar_t *reader_readline(void)
|
||||
break;
|
||||
}
|
||||
|
||||
case R_FORCE_REPAINT:
|
||||
case R_REPAINT:
|
||||
{
|
||||
if (! coalescing_repaints)
|
||||
|
||||
Reference in New Issue
Block a user