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/cmdline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmdline.h') diff --git a/src/cmdline.h b/src/cmdline.h index bd3158d..9123358 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -112,6 +112,8 @@ teco_cmdline_keymacro_c(gchar key, GError **error) return TRUE; } +void teco_cmdline_update(void); + void teco_cmdline_cleanup(void); /* -- cgit v1.2.3