summary refs log tree commit diff
path: root/home/.config/X
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-23 23:12:17 -0400
committerJune McEnroe <june@causal.agency>2021-09-23 23:12:17 -0400
commit15e9ea8c787e9fccd0003db409ac5c443f93868f (patch)
tree5557d04a62a394fdd3d8644ccc7a6dc03f699170 /home/.config/X
parentUse NI_NUMERICSERV (diff)
downloadsrc-15e9ea8c787e9fccd0003db409ac5c443f93868f.tar.gz
src-15e9ea8c787e9fccd0003db409ac5c443f93868f.zip
Allow FocusEvents in xterm
Oops! This whole time I thought OpenBSD xterm for some reason didn't
support focus events. It turns out allowMouseOps: false disables
them by default. Replace the disallowedMouseOps list with everything
but.
Diffstat (limited to '')
-rw-r--r--home/.config/X/resources1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index 44b8e791..0f5fd48f 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -16,6 +16,7 @@ XTerm*utf8: true
 XTerm*metaSendsEscape: true
 XTerm*alternateScroll: true
 XTerm*allowMouseOps: false
+XTerm*disallowedMouseOps: X10,Locator,VT200*,Any*,Extended,SGR,URXVT
 XTerm*bellIsUrgent: true
 XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
 
-11-21 02:30:41 +0100'>2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev