screen: repaint the edit window in a single place -- the main loop
Instead of doing this in two places: after interpreting shortcuts, and after injecting characters.
This commit is contained in:
@@ -567,8 +567,7 @@ void display_buffer(void)
|
||||
precalc_multicolorinfo();
|
||||
#endif
|
||||
|
||||
/* Update the edit window. */
|
||||
edit_refresh();
|
||||
refresh_needed = TRUE;
|
||||
}
|
||||
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
|
||||
Reference in New Issue
Block a user