aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface-gtk.cpp')
-rw-r--r--interface-gtk.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-gtk.cpp b/interface-gtk.cpp
index 7fc645e..d049045 100644
--- a/interface-gtk.cpp
+++ b/interface-gtk.cpp
@@ -66,6 +66,10 @@ InterfaceGtk::InterfaceGtk()
gtk_widget_grab_focus(cmdline_widget);
gtk_widget_show_all(window);
+
+ ssm(SCI_SETFOCUS, TRUE);
+
+ cmdline_update();
}
void