summaryrefslogtreecommitdiffstats
path: root/src/readline.rs
Commit message (Collapse)AuthorAgeFilesLines
* differentiate root shellsJesse Luehrs2021-11-171-1/+6
|
* reorder some functionsJesse Luehrs2021-11-171-4/+4
|
* refactorJesse Luehrs2021-11-171-19/+10
|
* make action handling the main taskJesse Luehrs2021-11-171-3/+2
|
* color tweaksJesse Luehrs2021-11-171-1/+1
|
* add some more data to the promptJesse Luehrs2021-11-171-12/+33
|
* position the cursor correctly for running commandsJesse Luehrs2021-11-171-0/+3
| | | | it shouldn't always go at the end
* add ^L (or ^E^L) to force-redraw the screenJesse Luehrs2021-11-161-0/+6
|
* a bit more colorJesse Luehrs2021-11-131-0/+15
|
* highlight the focused entryJesse Luehrs2021-11-131-0/+6
|
* implement moving the readline cursorJesse Luehrs2021-11-121-7/+67
|
* handle backspacing over combined characters properlyJesse Luehrs2021-11-121-1/+6
|
* implement ^UJesse Luehrs2021-11-111-0/+5
|
* handle dynamic terminal sizesJesse Luehrs2021-11-111-1/+7
|
* avoid unnecessary rerenders and focus changesJesse Luehrs2021-11-111-4/+4
|
* simplifyJesse Luehrs2021-11-101-0/+76