Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Data Fields
CommandHistory Struct Reference

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
 

Detailed Description

Struct that represents the command history.

Field Documentation

◆ current_index

CommandHistory::current_index

Current index in the history.

◆ history

CommandHistory::history

Array of commands.

◆ history_count

CommandHistory::history_count

Number of commands in the history.


The documentation for this struct was generated from the following file: