tv Xresources: simplify URxvt*charClass

This commit is contained in:
tv 2019-04-25 00:13:47 +02:00
parent 71ed9c9730
commit 070464b4ef
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ with import <stockholm/lib>;
"URxvt*cursorBlink" = "off";
"URxvt*jumpScroll" = "true";
"URxvt*allowSendEvents" = "false";
"URxvt*charClass" = "33:48,37:48,45-47:48,64:48,38:48,61:48,63:48";
"URxvt*charClass" = "33:48,37-38:48,45-47:48,61:48,63-64:48";
"URxvt*cutNewline" = "False";
"URxvt*cutToBeginningOfLine" = "False";