Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
Struct that represents the command history. More...
#include <typedef.h>
Data Fields | |
char | history [MAX_HISTORY_SIZE][MAX_INPUT_LENGTH] |
int | history_count |
int | current_index |
Struct that represents the command history.
CommandHistory::current_index |
Current index in the history.
CommandHistory::history |
Array of commands.
CommandHistory::history_count |
Number of commands in the history.