From 4aaff7294131552be8c731e2f4d230106a1149f7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 21 Nov 2025 22:39:01 +0100 Subject: fixed scrolling the command line after clicking in the popup We cannot rely on the central teco_cmdline_update() call per keypress in this case. The analogous call was removed in 4e6ddd6c329d56055a732c6344df019f0d997aaf, so this was a recent regression. --- src/interface-gtk/interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interface-gtk/interface.c') diff --git a/src/interface-gtk/interface.c b/src/interface-gtk/interface.c index 98c7266..7aa9797 100644 --- a/src/interface-gtk/interface.c +++ b/src/interface-gtk/interface.c @@ -1466,6 +1466,7 @@ teco_interface_popup_clicked_cb(GtkWidget *popup, gchar *str, gulong len, gpoint !machine->current->insert_completion_cb(machine, &insert, NULL)) return; teco_interface_popup_clear(); + teco_cmdline_update(); teco_interface_update(teco_interface_current_view != last_view); } -- cgit v1.2.3