spmenu/libs/history.h

7 lines
174 B
C
Raw Normal View History

2023-05-14 00:21:16 +02:00
/* See LICENSE file for copyright and license details. */
2023-03-31 12:42:15 +02:00
static char *histfile;
static char **history;
static size_t histsz, histpos;
static void savehistory(char *input);