Commit Graph

4 Commits (10c3edb5d916ad9d5ad170f112afa78f04ecad4e)

Author SHA1 Message Date
Christian Burger 10c3edb5d9 enabled compiler flags "-pedantic", "-Wall", …
… "-Werror" and "-Wextra". Corrected some issues resulting from the
switch.
2022-05-22 00:02:37 +02:00
Christian Burger 8273da4ada improvements to debug output for syscalls 2022-04-18 22:53:25 +02:00
Christian Burger fd800dbca8 extended debug facilities for output
* Output strings with unprintable characters either as a table or as
continuing string of characters; the byte value of unprintable
characters (`isprint(<character>, <locale>) == false`) is shown.
* Output readable string of `key` -> `value` pairs with an enumerated
type for the key and union type for the value.
2022-04-08 21:34:54 +02:00
Christian Burger 28643632ce prototype: ncurses window class wrapping a PTY 2022-04-03 10:16:20 +02:00