config: support quick terminal position

This commit is contained in:
Mitchell Hashimoto
2024-09-28 18:42:13 -07:00
parent 13eb8ac6e2
commit 11d5ec7dc1
5 changed files with 72 additions and 24 deletions

View File

@@ -402,10 +402,6 @@ pub const Action = union(enum) {
///
crash: CrashThread,
pub const QuickTerminalPosition = enum {
top,
};
pub const CrashThread = enum {
main,
io,