From a6a5774c681f88ebc56b86e2492697549308c52a Mon Sep 17 00:00:00 2001 From: spuhpointer Date: Wed, 10 Sep 2014 10:04:27 +0200 Subject: Added option to copy selection to clipboard --- src/terminal-screen.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/terminal-screen.c') diff --git a/src/terminal-screen.c b/src/terminal-screen.c index 2867168..8b587b5 100644 --- a/src/terminal-screen.c +++ b/src/terminal-screen.c @@ -943,6 +943,11 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile, * update_on_realize */ terminal_window_update_geometry (window); + + /* madars.vitolins@gmail.com 24/07/2014 - + * update terminal window config + * with the flag of copy selection to cliboard or not. */ + terminal_window_update_copy_selection(screen, window); } if (!prop_name || prop_name == I_(TERMINAL_PROFILE_SCROLLBAR_POSITION)) -- cgit v1.2.1