From df21487e9c6378b328d2ece7194ca80a3287dbe4 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 18 Sep 2025 16:54:30 +1000 Subject: [PATCH] notes on ncurses internal structure --- NOTES/ncurses.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NOTES/ncurses.md diff --git a/NOTES/ncurses.md b/NOTES/ncurses.md new file mode 100644 index 0000000..5e94a98 --- /dev/null +++ b/NOTES/ncurses.md @@ -0,0 +1,11 @@ + +What is the "tries-tree"? (ie `ncurses/tinfo/add_tries.c`) + +### Directory Structure + +#### ncurses/tinfo/* +**`access.c`** -> functions for working with file/paths (ie basename, or opening and reading files) +**`add_tres.c`** -> single function (add keycode/string to "tries-tree") + +**`lib_kernel.c`** -> pseudo-"termios wrapper" +**`lib_baudrate.c`** -> extension of `lib_kernel.c` for baudrate