MiniDevil
As beautiful as a shell
Cmd input buffer. More...
#include <minishell_ui.h>
Cmd input buffer.
Definition at line 136 of file minishell_ui.h.
Fields | |
| char | buf [MAX_CMD_LEN] |
| Fixed size buffer. More... | |
| int | len |
| Current input length. More... | |
| int | cursor |
| Cursor position. More... | |