diff options
author | Martin Wimpress <[email protected]> | 2014-02-24 14:44:24 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2014-02-24 15:21:21 +0000 |
commit | 71204c2db80348c92b42c5cca08fc8c1166ab40d (patch) | |
tree | 2ad75ebaf8881f55efba8a34421d6a36929d337d /src/terminal-options.h | |
parent | 5a3a92147af024c32f503f0c55a5a918386543ce (diff) | |
download | mate-terminal-71204c2db80348c92b42c5cca08fc8c1166ab40d.tar.bz2 mate-terminal-71204c2db80348c92b42c5cca08fc8c1166ab40d.tar.xz |
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.
Diffstat (limited to 'src/terminal-options.h')
-rw-r--r-- | src/terminal-options.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |