9front - general discussion about 9front
 help / color / mirror / Atom feed
* drawterm: recognize scroll lock key
@ 2016-07-12  4:11 9f user
  2016-07-12 10:10 ` [9front] " hiro
  0 siblings, 1 reply; 2+ messages in thread
From: 9f user @ 2016-07-12  4:11 UTC (permalink / raw)
  To: 9front

diff -r e861efd60212 gui-x11/x11.c
--- a/gui-x11/x11.c	Tue Jun 21 23:40:48 2016 +0200
+++ b/gui-x11/x11.c	Mon Jul 11 23:58:08 2016 -0400
@@ -823,6 +823,9 @@
 		case XK_Caps_Lock:
 			k = Kcaps;
 			break;
+		case XK_Scroll_Lock:
+			k = Kscroll;
+			break;
 
 		case XK_F1:
 		case XK_F2:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] drawterm: recognize scroll lock key
  2016-07-12  4:11 drawterm: recognize scroll lock key 9f user
@ 2016-07-12 10:10 ` hiro
  0 siblings, 0 replies; 2+ messages in thread
From: hiro @ 2016-07-12 10:10 UTC (permalink / raw)
  To: 9front

applied, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-12 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-12  4:11 drawterm: recognize scroll lock key 9f user
2016-07-12 10:10 ` [9front] " hiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).