From 71204c2db80348c92b42c5cca08fc8c1166ab40d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 24 Feb 2014 14:44:24 +0000 Subject: Opening new terminal in a tab now works. The new intended behaviour is desbribed in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45. --- src/terminal-options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/terminal-options.h') diff --git a/src/terminal-options.h b/src/terminal-options.h index cbada18..20f9a3f 100644 --- a/src/terminal-options.h +++ b/src/terminal-options.h @@ -53,6 +53,7 @@ typedef struct char *config_file; gboolean load_config; gboolean save_config; + int initial_workspace; } TerminalOptions; typedef struct @@ -65,6 +66,7 @@ typedef struct double zoom; guint zoom_set : 1; guint active : 1; + guint attach_window : 1; } InitialTab; typedef struct -- cgit v1.2.1