summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-21 19:26:34 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-21 19:26:34 -0300
commit80909a52d73a5dc2478555a64f03a4719ec6788b (patch)
tree9f654993529803783bfcafae07cd8923c517831e /src/main.c
parent6d42e8c091377e609c18d0243a4345a1d5e4d544 (diff)
cpaste command to paste from clipboard to Sc-im
Diffstat (limited to 'src/main.c')
-rwxr-xr-x[-rw-r--r--]src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ddd15eb..90d0a04 100644..100755
--- a/src/main.c
+++ b/src/main.c
@@ -497,6 +497,9 @@ void show_version_and_quit() {
#ifdef DEFAULT_COPY_TO_CLIPBOARD_CMD
sc_info("-DDEFAULT_COPY_TO_CLIPBOARD_CMD=\"%s\"", DEFAULT_COPY_TO_CLIPBOARD_CMD);
#endif
+#ifdef DEFAULT_PASTE_FROM_CLIPBOARD_CMD
+ sc_info("-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\"%s\"", DEFAULT_PASTE_FROM_CLIPBOARD_CMD);
+#endif
#ifdef USELOCALE
sc_info("-DUSELOCALE");
#endif