diff options
Diffstat (limited to 'src/interface-gtk.cpp')
-rw-r--r-- | src/interface-gtk.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp index ebc7cb1..7f16629 100644 --- a/src/interface-gtk.cpp +++ b/src/interface-gtk.cpp @@ -460,10 +460,9 @@ InterfaceGtk::handle_key_press(bool is_shift, bool is_ctl, guint keyval) ViewGtk *last_view = current_view; /* - * Avoid redraws of the current view freezing updates - * on the view's GDK window. - * Since we're running in parallel to the main loop - * this would in frequent redraws. + * Avoid redraws of the current view by freezing updates + * on the view's GDK window (we're running in parallel + * to the main loop so there could be frequent redraws). * By freezing updates, the behaviour is similar to * the Curses UI. */ |