alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit dc6ae98c5e7bb2510ef81ce4f30fe3a8d57c2bf6 (patch)
parent 94e1d0d546e4020e0d32c1adfde36ebcf5d57027
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 25 Apr 2021 17:05:33 -0400

kiosk: Change prompt to kiosk>

Just a bit more fun than choice>

Diffstat:
Msrc/kiosk.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kiosk.c b/src/kiosk.c @@ -65,7 +65,7 @@ void mandoc(int choice) { } void prompt(int n) { - printf("choice> "); + printf("kiosk> "); fflush(stdout); /* NOTE: Read from /dev/tty instead of stdin to prevent