retyped promptw
This commit is contained in:
parent
0315fef541
commit
300e237de8
@ -42,7 +42,6 @@ static void setup(void);
|
|||||||
static void usage(void);
|
static void usage(void);
|
||||||
|
|
||||||
static char text[4096];
|
static char text[4096];
|
||||||
static int promptw;
|
|
||||||
static size_t cursor = 0;
|
static size_t cursor = 0;
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
static const char *normbgcolor = "#cccccc";
|
static const char *normbgcolor = "#cccccc";
|
||||||