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-04-04 10:44:53 +02:00
2020-10-10 21:49:33 +02:00
2020-03-21 15:31:25 +01:00
2020-04-04 10:44:53 +02:00
2020-04-04 10:44:53 +02:00
2020-11-15 11:32:52 +01:00
2020-04-04 10:44:53 +02:00
2020-03-21 15:31:25 +01:00
2020-11-27 19:33:27 +01:00
2020-04-04 10:44:53 +02:00
2020-09-10 20:48:13 +02:00
2020-04-13 22:56:22 +02:00
2020-06-07 19:33:27 +02:00
2020-03-22 15:53:09 +01:00
2020-03-21 15:31:25 +01:00