| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Print prompt at the beginning of function and use len instead of builtin ↵ | verdant | 2026-08-05 | 1 | -10/+6 |
| | | | | | variable | ||||
| * | Add else to handle other keys | verdant | 2026-08-03 | 1 | -2/+3 |
| | | |||||
| * | Return -1 to avoid creating directory when esc is pressed | verdant | 2026-08-03 | 1 | -1/+1 |
| | | |||||
| * | Print prompt | verdant | 2026-08-03 | 1 | -0/+3 |
| | | |||||
| * | Add utils.h utils.c to provide get_input() | verdant | 2026-08-03 | 1 | -0/+50 |
| Print the prompt at the status bar, handle character, backspace, enter and escape. Modify the variable buf in place. | |||||
