aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 21:03:25 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 21:03:25 +0100
commiteb51ff93c5c54dfb82e607b4843f9160523076b7 (patch)
treef6db2c0e026508cb78128c994c02f216639f731d /interface-gtk.h
parent8c27f0437054497360a8358c5e3fb516f1eaa996 (diff)
downloadsciteco-eb51ff93c5c54dfb82e607b4843f9160523076b7.tar.gz
NCurses interface: support terminal resizing
* currently, the message line is not remembered and reset on termresize * any open popup window will be drawn over by the other windows
Diffstat (limited to 'interface-gtk.h')
-rw-r--r--interface-gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-gtk.h b/interface-gtk.h
index 5b48ef6..661786a 100644
--- a/interface-gtk.h
+++ b/interface-gtk.h
@@ -42,7 +42,7 @@ public:
iMessage, wParam, lParam);
}
- void cmdline_update(const gchar *cmdline = "");
+ void cmdline_update(const gchar *cmdline = NULL);
void popup_add_filename(PopupFileType type,
const gchar *filename, bool highlight = false);