spmenu/libs/history.h

5 lines
115 B
C
Raw Normal View History

2023-03-31 12:42:15 +02:00
static char *histfile;
static char **history;
static size_t histsz, histpos;
static void savehistory(char *input);