.Xresources edited online with Bitbucket: Add copy/paste C-S-C, C-S-V capability to xterm

This commit is contained in:
doug 2022-12-08 14:05:58 +00:00
parent 4684077d4a
commit 99e1e028ac

View File

@ -30,6 +30,10 @@ xterm*saveLines: 2000
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*eightBitInput: false xterm*eightBitInput: false
xterm*VT100.Translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! URxvt ! URxvt
URxvt*saveline: 15000 URxvt*saveline: 15000
URxvt*termName: rxvt-256color URxvt*termName: rxvt-256color