CE #define LINE_INIT_MAX 40
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m6s

This commit is contained in:
2026-03-04 02:06:24 +01:00
parent 81704d7df8
commit 156ac10dcd

View File

@@ -17,7 +17,7 @@
#include <tcursor.h>
#include <tscreen.h>
#define LINE_INIT_MAX 2
#define LINE_INIT_MAX 40
#define PROMPT "$ "
struct edit_line {