|
|
| 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; |