Retain copied selection when changing tabs
parent
5806f5251c
commit
0aa5954350
|
@ -1112,8 +1112,7 @@ terminal_window_update_copy_sensitivity (TerminalScreen *screen,
|
||||||
action = gtk_action_group_get_action (priv->action_group, "EditCopy");
|
action = gtk_action_group_get_action (priv->action_group, "EditCopy");
|
||||||
gtk_action_set_sensitive (action, can_copy);
|
gtk_action_set_sensitive (action, can_copy);
|
||||||
|
|
||||||
/* 24/07/2014 madars.vitolins@gmail.com, sync to clibboard */
|
if (can_copy && priv->copy_selection)
|
||||||
if (priv->copy_selection)
|
|
||||||
#if VTE_CHECK_VERSION (0, 50, 0)
|
#if VTE_CHECK_VERSION (0, 50, 0)
|
||||||
vte_terminal_copy_clipboard_format (VTE_TERMINAL(screen), VTE_FORMAT_TEXT);
|
vte_terminal_copy_clipboard_format (VTE_TERMINAL(screen), VTE_FORMAT_TEXT);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue