diff options
author | June McEnroe <june@causal.agency> | 2021-09-23 23:12:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-23 23:12:17 -0400 |
commit | 15e9ea8c787e9fccd0003db409ac5c443f93868f (patch) | |
tree | 5557d04a62a394fdd3d8644ccc7a6dc03f699170 | |
parent | Use NI_NUMERICSERV (diff) | |
download | src-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.
-rw-r--r-- | home/.config/X/resources | 1 |
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 |