From ca675175742174d6bfcd0263583f840e250fc58f Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Mon, 18 May 2026 16:23:26 +0200 Subject: quicksaving --- exec.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'exec.h') diff --git a/exec.h b/exec.h index ca0b1a5..9ee8164 100644 --- a/exec.h +++ b/exec.h @@ -18,12 +18,9 @@ typedef struct { int stdout_fd; IntVec child_close_fds; IntVec parent_close_fds; -} ExecutableCommand; + Connector term; +} Command; - -typedef struct { - KeyValMap aliases; - KeyValMap shell_vars; -} ShellState; +DECLARE_VEC(Command, CommandVec) void process_input_line(char* line, ShellState* shstate); -- cgit v1.2.3