Keyboard buffer + getline

This commit is contained in:
2026-03-18 13:07:26 +01:00
parent f7735eb3a4
commit b77c53ae99
7 changed files with 125 additions and 8 deletions

View File

@@ -39,6 +39,9 @@
/* term */
#define TERM_HISTORY_MAX_LINES 256
/* kbd */
#define KBD_BUFFER_MAX 256
/* time */
#define TIMER_FREQUENCY 1000