cursetree/src
Emile Clark-Boman 25f1180429 implement pgetppid
pgetppid will aid in detecting which terminal emulator a process is running under
2025-09-28 22:37:07 +10:00
..
ansi.h add minimal ANSI reference 2025-09-28 22:35:28 +10:00
ct_alloc.h change ct_term internal interface 2025-09-28 00:06:40 +10:00
ct_shared.h rename _ct_shared.h -> ct_shared.h 2025-09-28 00:04:36 +10:00
ct_test.c raw mode now works (canon todo) 2025-09-28 13:20:35 +10:00
pgetppid.c implement pgetppid 2025-09-28 22:37:07 +10:00
pgetppid.h implement pgetppid 2025-09-28 22:37:07 +10:00
read.c add basic read syscall wrappers for terminfo db 2025-09-19 14:58:43 +10:00
read.h add basic read syscall wrappers for terminfo db 2025-09-19 14:58:43 +10:00
surface.c rename _ct_shared.h -> ct_shared.h 2025-09-28 00:04:36 +10:00
surface.h rename _ct_shared.h -> ct_shared.h 2025-09-28 00:04:36 +10:00
term.c implement pgetppid 2025-09-28 22:37:07 +10:00
term.h fix use of uninit'd mem 2025-09-28 13:20:16 +10:00
termio.c improve term RAW mode (REF: glibc) 2025-09-28 22:34:48 +10:00
termio.h implement raw mode 2025-09-28 13:19:40 +10:00