diff options
author | Martin Wimpress <[email protected]> | 2014-02-24 14:44:24 +0000 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-28 21:49:38 +0200 |
commit | dd5636bc091e9abc3b916d86be95b8e8ef452876 (patch) | |
tree | c4a27416002d17bb643ead2095ee0d2d3bab5473 /src/terminal-options.h | |
parent | 31fb0be28e7764fad7b7cb99d84fe8e015a8408c (diff) | |
download | mate-terminal-dd5636bc091e9abc3b916d86be95b8e8ef452876.tar.bz2 mate-terminal-dd5636bc091e9abc3b916d86be95b8e8ef452876.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 |