From b6e364efeedd6466bba2f995c7a7976f7b54363e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 18 Nov 2025 01:10:34 +0100 Subject: Curses: fixed displaying the popup with multi-line command lines --- src/interface-gtk/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface-gtk/interface.c') diff --git a/src/interface-gtk/interface.c b/src/interface-gtk/interface.c index c09feb2..98c7266 100644 --- a/src/interface-gtk/interface.c +++ b/src/interface-gtk/interface.c @@ -218,7 +218,7 @@ teco_interface_init(void) /* * Overlay widget will allow overlaying the Scintilla view * and message widgets with the info popup. - * Therefore overlay_vbox (containing the view and popup) + * Therefore overlay_vbox (containing the view and message line) * will be the main child of the overlay. */ GtkWidget *overlay_widget = gtk_overlay_new(); -- cgit v1.2.3