diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-13 23:46:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-13 23:46:45 +0200 |
commit | 24e73840072b4214b3c5e2167a85bdc408fd3b03 (patch) | |
tree | 5aff1b52cc1194db90bfb471bf7e47dc6f8395fc /sys/src/cmd/rio/xfid.c | |
parent | 918e791bc8e34f1298a4280d696f5559b35e9cf9 (diff) |
rio: get rid of all mouse moves, fix cursor handling
Diffstat (limited to 'sys/src/cmd/rio/xfid.c')
-rw-r--r-- | sys/src/cmd/rio/xfid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/xfid.c b/sys/src/cmd/rio/xfid.c index d41ec61e2..bd0f42ffb 100644 --- a/sys/src/cmd/rio/xfid.c +++ b/sys/src/cmd/rio/xfid.c @@ -478,7 +478,7 @@ xfidwrite(Xfid *x) memmove(w->cursor.clr, x->data+2*4, 2*2*16); w->cursorp = &w->cursor; } - wsetcursor(w, !sweeping); + wsetcursor(w, !sweeping && !menuing); break; case Qlabel: |