From 9fd2da5b228f69e7705ce3a4ff45e50f7edaf39b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 23 Jun 2015 03:02:19 +0200 Subject: fixed comment in interface-gtk.cpp --- src/interface-gtk.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') 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. */ -- cgit v1.2.3