aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/input.c
AgeCommit message (Expand)Author
2021-11-12chore: simplified organizational structurelaptopNicholas
2021-11-08feat(rc): added back functionality of prompt, now unicode awareNicholas Noll
2021-11-04Feat: input readline now unicode awareNicholas Noll
2021-10-29fix(unicode): emoji widths and readline now moves in a more unicode aware mannerNicholas Noll
2021-10-29checkinNicholas Noll
2021-10-29Prototype of unicode readline supportNicholas Noll
2021-10-26Feat(libunicode): Added an explicit unicode libraryNicholas Noll
2021-10-21feat(rc): vi mode fleshed outNicholas Noll
2021-10-19Feat: word operators and more robust crashingNicholas Noll
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-18feat(rc): job control prototype working for basic commandsNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll