[tree] ignore Release events

pull/2250/head
nick black 3 years ago
parent 617a211581
commit a85d1eebf1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -433,6 +433,9 @@ int nctree_redraw(nctree* n){
}
bool nctree_offer_input(nctree* n, const ncinput* ni){
if(ni->evtype == NCTYPE_RELEASE){
return false;
}
if(ni->id == NCKEY_UP){
nctree_prev(n);
return true;

Loading…
Cancel
Save