summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-21 19:54:55 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-21 19:54:55 -0300
commit006dcea2970b449f10056d89cc257b4c699788b5 (patch)
tree03cd7a794c2c9e93085845f3d643826258d41b6e /src/conf.c
parent1603f3aeb1bfd2d28808ff8302eeabadc4b5349f (diff)
new copy_to_clipboard tab delim option
Diffstat (limited to 'src/conf.c')
-rwxr-xr-xsrc/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index d4c3c60..bf3e201 100755
--- a/src/conf.c
+++ b/src/conf.c
@@ -28,6 +28,8 @@ void store_default_config_values() {
put(user_conf_d, "default_copy_to_clipboard_cmd", "");
#endif
+ put(user_conf_d, "copy_to_clipboard_delimited_tab", "0");
+
#ifdef DEFAULT_PASTE_FROM_CLIPBOARD_CMD
put(user_conf_d, "default_paste_from_clipboard_cmd", DEFAULT_PASTE_FROM_CLIPBOARD_CMD);
#else