aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-07-04 10:23:10 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-07-04 10:23:37 +0200
commit120a11ca1b4644d9761ebba2e0341cf59411cf89 (patch)
tree9c05ff7d85bd80941b02e24177814e545ae5a670
parent7e531e95c5652a7992347386cc2ff0acafe4bac2 (diff)
downloadnncmpp-120a11ca1b4644d9761ebba2e0341cf59411cf89.tar.gz
nncmpp-120a11ca1b4644d9761ebba2e0341cf59411cf89.tar.xz
nncmpp-120a11ca1b4644d9761ebba2e0341cf59411cf89.zip
Update a comment about mouse modes
We might even depend on termo now more than is stated.
-rw-r--r--nncmpp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nncmpp.c b/nncmpp.c
index cc18d28..d7c5e74 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -85,8 +85,8 @@ enum
// ncurses is notoriously retarded for input handling, we need something
// different if only to receive mouse events reliably.
//
-// 2020 update: ncurses is mostly reliable now but rxvt-unicode needs to start
-// supporting 1006, or ncurses needs to start supporting the 1015 mode.
+// 2021 update: ncurses is mostly reliable now, though rxvt-unicode only
+// supports the 1006 mode that ncurses also supports mode starting with 9.25.
#include "termo.h"