--- libaitcli/inc/aitcli.h 2025/12/21 22:36:19 1.14.4.1 +++ libaitcli/inc/aitcli.h 2025/12/21 23:21:40 1.14.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.h,v 1.14.4.1 2025/12/21 22:36:19 misho Exp $ +* $Id: aitcli.h,v 1.14.4.2 2025/12/21 23:21:40 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -237,11 +237,13 @@ typedef struct { int line_eol; int line_len; char *line_buf; + char *line_input; const struct tagHistory *line_h; history_t line_history; bindkey_t *line_keys; + bindkey_t *line_inkeys; int line_level; commands_t line_cmds;