diff options
-rw-r--r-- | browse-slack/environment.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browse-slack/environment.mu b/browse-slack/environment.mu index 70892eae..f7501439 100644 --- a/browse-slack/environment.mu +++ b/browse-slack/environment.mu @@ -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 } { |