aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/stdio-commands.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-31implemented ^T command: allows typing by code and getting characters from std...Robin Haberkorn1-1/+81
2025-07-28=/==/===: fixed detection of execution from the end of the command-lineRobin Haberkorn1-6/+29
2025-07-26implemented the <T> (typeout) command for printing to the terminal from the c...Robin Haberkorn1-0/+36
2025-07-26support <:^A> to force raw ANSI outputRobin Haberkorn1-3/+15
2025-07-26support :=/:==/:=== commands: print number without trailing linefeedRobin Haberkorn1-19/+29
2025-07-26implemented the <^A> command for printing arbitrary stringsRobin Haberkorn1-4/+48
2025-07-22refactored =/==/=== command into stdio-commands.cRobin Haberkorn1-0/+197