summaryrefslogtreecommitdiff
path: root/src/terminal-profile.h
diff options
context:
space:
mode:
authorspuhpointer <[email protected]>2014-09-10 10:04:27 +0200
committerStefano Karapetsas <[email protected]>2014-09-10 10:15:22 +0200
commita6a5774c681f88ebc56b86e2492697549308c52a (patch)
tree7de58233f20437b4e63477decae65eb26398bab9 /src/terminal-profile.h
parent0442355666d4179ef22557149410f89ab240bdff (diff)
downloadmate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.bz2
mate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.xz
Added option to copy selection to clipboard
Diffstat (limited to 'src/terminal-profile.h')
-rw-r--r--src/terminal-profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal-profile.h b/src/terminal-profile.h
index 0aa2e5e..a60d4c9 100644
--- a/src/terminal-profile.h
+++ b/src/terminal-profile.h
@@ -94,6 +94,7 @@ typedef enum
#define TERMINAL_PROFILE_SCROLL_ON_KEYSTROKE "scroll-on-keystroke"
#define TERMINAL_PROFILE_SCROLL_ON_OUTPUT "scroll-on-output"
#define TERMINAL_PROFILE_SILENT_BELL "silent-bell"
+#define TERMINAL_PROFILE_COPY_SELECTION "copy-selection"
#define TERMINAL_PROFILE_TITLE_MODE "title-mode"
#define TERMINAL_PROFILE_TITLE "title"
#define TERMINAL_PROFILE_UPDATE_RECORDS "update-records"