aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Return -1 to avoid creating directory when esc is pressedverdant2026-08-031-1/+1
|
* Print promptverdant2026-08-031-0/+3
|
* Add utils.h utils.c to provide get_input()verdant2026-08-031-0/+50
Print the prompt at the status bar, handle character, backspace, enter and escape. Modify the variable buf in place.