9front - general discussion about 9front
 help / color / mirror / Atom feed
From: 9f user <9box@openmailbox.org>
To: 9front@9front.org
Subject: drawterm: recognize scroll lock key
Date: Tue, 12 Jul 2016 00:11:35 -0400	[thread overview]
Message-ID: <20160712041135.GA2697@obsd_desk.my.domain> (raw)

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:


             reply	other threads:[~2016-07-12  4:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12  4:11 9f user [this message]
2016-07-12 10:10 ` [9front] " hiro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160712041135.GA2697@obsd_desk.my.domain \
    --to=9box@openmailbox.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).