Diff for /libaitcli/inc/aitcli.h between versions 1.14.4.1 and 1.14.4.2

version 1.14.4.1, 2025/12/21 22:36:19 version 1.14.4.2, 2025/12/21 23:21:40
Line 237  typedef struct { Line 237  typedef struct {
         int                     line_eol;          int                     line_eol;
         int                     line_len;          int                     line_len;
         char                    *line_buf;          char                    *line_buf;
           char                    *line_input;
   
         const struct tagHistory *line_h;          const struct tagHistory *line_h;
         history_t               line_history;          history_t               line_history;
   
         bindkey_t               *line_keys;          bindkey_t               *line_keys;
           bindkey_t               *line_inkeys;
   
         int                     line_level;          int                     line_level;
         commands_t              line_cmds;          commands_t              line_cmds;

Removed from v.1.14.4.1  
changed lines
  Added in v.1.14.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>