summary refs log tree commit diff
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
commit68cfa8cfa77fb8570d4508b66af67b3e13137b07 (patch)
tree7aac4dceb250af160523e0beeea67740010816c3
parentUse NI_NUMERICSERV (diff)
downloadsrc-68cfa8cfa77fb8570d4508b66af67b3e13137b07.tar.gz
src-68cfa8cfa77fb8570d4508b66af67b3e13137b07.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
 
in/qf.c?id=90b47ca285a6fa0b970e338afa723606cfe68c53&follow=1'>Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe