Introduction
Introduction Statistics Contact Development Disclaimer Help
tThis is a shorter bit handling in MODE_MOUSE. - st - [fork] customized build o…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit d743b93fdaee4900052a94b37c24073008888002
parent 317b7859210c187f898ddbc8ec0cc50885f340bc
Author: Christoph Lohmann <[email protected]>
Date: Sat, 1 Jun 2013 13:17:20 +0200
This is a shorter bit handling in MODE_MOUSE.
Diffstat:
M st.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -1784,8 +1784,7 @@ tsetmode(bool priv, bool set, int *args, int narg) {
MODBIT(term.mode, 0, MODE_MOUSEBTN);
break;
case 1003: /* 1003: enable all mouse reports */
- MODBIT(term.mode, set, MODE_MOUSEMOTION);
- MODBIT(term.mode, set, MODE_MOUSEBTN);
+ MODBIT(term.mode, set, MODE_MOUSE);
break;
case 1004:
MODBIT(term.mode, set, MODE_FOCUS);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.