aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-14fix readme and some other stuffHEADmasterLibravatar bigfoot5471-0/+5
2023-11-27add some scrolling code and debug stufLibravatar bigfoot5471-0/+22
2023-11-24make debug code worse-looking (but more verbose)Libravatar bigfoot5471-16/+36
also note that previous commit is WIP until a better solution to finding the focused UI window backed by a curses window
2023-11-24not every UI window maps to a curses windowLibravatar bigfoot5471-4/+10
2023-11-21custom assert macros and other stuffLibravatar bigfoot5471-0/+7
2023-11-17the root window is now no longer a dockLibravatar bigfoot5471-0/+26
status bar and stuff TODO: check ncurses calls that can failgit add --all!