aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-gtk/interface.c')
-rw-r--r--src/interface-gtk/interface.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/interface-gtk/interface.c b/src/interface-gtk/interface.c
index 0271947..3dcabf5 100644
--- a/src/interface-gtk/interface.c
+++ b/src/interface-gtk/interface.c
@@ -897,12 +897,9 @@ teco_interface_handle_key_press(guint keyval, guint state, GError **error)
}
/*
- * We avoid Scintilla messages that scroll the caret during macro
- * execution since it has been benchmarked to be very a very costly operation.
+ * Scintilla has been patched to avoid any automatic scrolling since that
+ * has been benchmarked to be a very costly operation.
* Instead we do it only once after every keypress.
- *
- * FIXME: This could be in teco_cmdline_keypress() since it is common among
- * all interface implementations.
*/
teco_interface_ssm(SCI_SCROLLCARET, 0, 0);