Fabian Homborg 6eeb8861e7 Add exit bind function
Currently binding `exit` to a key checks too late that it's exitted,
so it leaves the shell hanging around until the user does an execute
or similar.

As I understand it, the `exit` builtin is supposed to only exit the
current "thread" (once that actually becomes a thing), and the
bindings would probably run in a dedicated one, so the simplest
solution here is to just add an `exit` bind function.

Fixes #7604.
2021-01-04 09:45:34 +01:00
..
2021-01-04 09:45:34 +01:00
2020-11-22 14:39:48 +01:00
2020-05-30 10:07:21 +02:00
2020-12-06 15:39:54 +01:00
2020-10-12 20:25:35 +02:00
2020-11-22 14:39:48 +01:00
2020-10-04 14:51:05 +02:00