From 7d0a161e5297d0d29905facb2b290d1084ab29ac Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 15 Nov 2012 08:25:07 +0100 Subject: changed default colors and moved stuff into user interface * hardcoding the colors is only preliminary * focus must be set in interface --- interface-gtk.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'interface-gtk.cpp') 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 -- cgit v1.2.3