notes on ncurses internal structure
This commit is contained in:
parent
26067af4bf
commit
df21487e9c
1 changed files with 11 additions and 0 deletions
11
NOTES/ncurses.md
Normal file
11
NOTES/ncurses.md
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue