This commit is contained in:
Kartik K. Agaram 2021-08-15 04:17:30 -07:00
parent 31ef51d92a
commit 7282b475ae
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ fn update-environment _env: (addr environment), key: byte, users: (addr array us
compare key, 9/tab
break-if-!=
# toggle cursor between main panel and channels nav
not *cursor-in-channels?
not *cursor-in-channels? # bitwise NOT; only works if you never assign 1/true to this variable
return
}
{