From 04d8ef311906ce7c93feb2dafd49f8b961caf39a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 21 Mar 2015 13:17:20 +0100 Subject: [PATCH] Xresources: disable urxvt's iso14755 mode --- Xresources.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Xresources.in b/Xresources.in index f2938b4..1f11604 100644 --- a/Xresources.in +++ b/Xresources.in @@ -53,6 +53,11 @@ XTerm.termName: xterm-256color !NO_COMPTON Rxvt*transparent: true !NO_COMPTON Rxvt*shading: 10 +! Disable support to enter non-ASCII keys by pressing Ctrl-Shift-. +! Either use digraph support in vim/screen or use the compose key instead. +Rxvt*iso14755: false +Rxvt*iso14755_52: false + ! Do not use any perl extension scripts. Rxvt*perl-ext-common: -- 2.44.1