From 9718680e97931595516dafc59e3e4e7ccab6d082 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 24 Jan 2020 10:08:51 -0300 Subject: [PATCH] Adding "keep selected" toggle on the clipboard settings dialog. --- src/dialogs/settings/clipboard.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/dialogs/settings/clipboard.c b/src/dialogs/settings/clipboard.c index 4c3a71e..d45a9ba 100644 --- a/src/dialogs/settings/clipboard.c +++ b/src/dialogs/settings/clipboard.c @@ -61,7 +61,7 @@ .top = 2, .width = 1, .grid = COPY_SETTINGS, - .id = LIB3270_TOGGLE_MARGINED_PASTE, + .id = LIB3270_TOGGLE_KEEP_SELECTED, }, { @@ -69,6 +69,14 @@ .top = 0, .width = 1, .grid = PASTE_SETTINGS, + .id = LIB3270_TOGGLE_MARGINED_PASTE, + }, + + { + .left = 0, + .top = 1, + .width = 1, + .grid = PASTE_SETTINGS, .id = LIB3270_TOGGLE_SMART_PASTE, } -- libgit2 0.21.2