factor / factor

Factor programming language

Home Page:https://factorcode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `system` to standard word search list such that calling `exit`/`(exit)` does not first issue an error

nomennescio opened this issue · comments

Exiting the (UI) listener is a basic operation. Add system to the standard word search order, so the user can exit without getting annoying error messages.

Ctrl-D doesn't close the UI. Ctrl+Q or Alt+F4 may work.

Does the user think exit would close the whole Factor process, or just the UI Listener window that its being typed into?