Skip to content

Commit

Permalink
ui.tools: quit as easier to remember alias to type to end the listener
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed May 29, 2024
1 parent 173d93e commit a50f45c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basis/ui/tools/tools.factor
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ IN: ui.tools

: com-exit ( -- ) close-all-windows notify-queued 0 exit ;

ALIAS: quit com-exit ! easier to remember command for the user to type to quit the listener

\ com-exit H{ { +nullary+ t } } define-command

tool "tool-switching" f {
Expand Down

0 comments on commit a50f45c

Please sign in to comment.