From 219641d7eb7fc95964bd505406b9e11bd3a38543 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 26 Oct 2016 16:37:45 +0100 Subject: [PATCH] Correct behaviour for C-t t and C-h in emacs/xterm/ratpoison --- X/.Xresources | 9 +++++++++ ratpoison/.ratpoisonrc | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index 69be4b5..eb6dce0 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -44,3 +44,12 @@ XTerm*termName: xterm-256color XTerm*metaSendsEscape: true Xterm*eightBitinput: true + +XTerm*allowSendEvents: true + +*VT100.Translations: #override \ + BackSpace: string(0x7F)\n\ + Delete: string("\033[3~")\n\ + Home: string("\033[1~")\n\ + End: string("\033[4~") +*ttyModes: erase ^? \ No newline at end of file diff --git a/ratpoison/.ratpoisonrc b/ratpoison/.ratpoisonrc index 513b887..f1b0b5c 100644 --- a/ratpoison/.ratpoisonrc +++ b/ratpoison/.ratpoisonrc @@ -2,11 +2,8 @@ set bgcolor red set fwcolor red - bind f exec firefox --remote "openurl(`$RATPOISON -c getsel`,new-tab)" -bind t time - bind l ratclick 1 bind v ratclick 2 -- 2.45.2