diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-18 01:10:34 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-18 01:10:34 +0100 |
| commit | b6e364efeedd6466bba2f995c7a7976f7b54363e (patch) | |
| tree | 4a1bd3e2fe8c74099d0d7288b8e4a961c05abef6 /src/interface-gtk/interface.c | |
| parent | 71b1f095f7b1c337d52b60af071e970dee2400e1 (diff) | |
Curses: fixed displaying the popup with multi-line command lines
Diffstat (limited to 'src/interface-gtk/interface.c')
| -rw-r--r-- | src/interface-gtk/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
