diff options
Diffstat (limited to 'xsrc/external/mit/xterm/dist/patch-scroll-lock-scrollkey')
-rw-r--r-- | xsrc/external/mit/xterm/dist/patch-scroll-lock-scrollkey | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xsrc/external/mit/xterm/dist/patch-scroll-lock-scrollkey b/xsrc/external/mit/xterm/dist/patch-scroll-lock-scrollkey new file mode 100644 index 0000000..56c6e1c --- /dev/null +++ b/xsrc/external/mit/xterm/dist/patch-scroll-lock-scrollkey @@ -0,0 +1,14 @@ +$NetBSD$ + +--- input.c.orig 2021-07-17 15:01:03.290490780 +0000 ++++ input.c +@@ -1376,6 +1376,9 @@ Input(XtermWidget xw, + } + unparse_end(xw); + ++ if (screen->scrollkey && kd.keysym != XK_Return) ++ SetScrollLock(screen, False); ++ + if (key && !TEK4014_ACTIVE(xw)) + AdjustAfterInput(xw); + |