Allow restricting earsing and listing of bindings to specific mode;

implement force repaint and multi-char bindings;
This commit is contained in:
Julian Aron Prenner
2013-12-31 14:53:29 +01:00
parent d1faac58dd
commit 2587649ca2
5 changed files with 69 additions and 15 deletions

View File

@@ -3164,6 +3164,7 @@ const wchar_t *reader_readline(void)
break;
}
case R_FORCE_REPAINT:
case R_REPAINT:
{
if (! coalescing_repaints)