MiniDevil
As beautiful as a shell
Output display state. More...
#include <minishell_ui.h>
Output display state.
Definition at line 146 of file minishell_ui.h.
Fields | |
| char ** | lines |
| Array of output lines. More... | |
| int | count |
| Nbr of stored lines. More... | |
| int | scroll |
| Current scroll's offset. More... | |
| int | exit_code |
| Last command exit code. More... | |