aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* move to tokioJesse Luehrs2022-02-241-4/+1
* more clippy consistencyJesse Luehrs2021-12-151-0/+1
* sortJesse Luehrs2021-12-151-1/+1
* be a bit less aggressiveJesse Luehrs2021-12-151-3/+1
* more clippy consistencyJesse Luehrs2021-12-141-0/+1
* clippyJesse Luehrs2021-12-141-6/+17
* actually, i think this will be confusing to do unconditionallyJesse Luehrs2021-12-101-2/+2
* also enable alternate scroll modeJesse Luehrs2021-12-091-2/+2
* add function to hide or show the cursorJesse Luehrs2021-12-091-0/+9
* add move_relativeJesse Luehrs2021-11-131-0/+25
* clippyJesse Luehrs2021-11-131-6/+2
* reexport vt100::ColorJesse Luehrs2021-11-111-0/+1
* docsJesse Luehrs2021-03-131-0/+89
* namingJesse Luehrs2021-03-121-1/+1
* refactor input implementations to share some codeJesse Luehrs2021-03-121-19/+1
* make raw_guard also asyncJesse Luehrs2021-03-091-3/+1
* tweakJesse Luehrs2021-03-091-1/+1
* add an error typeJesse Luehrs2021-03-091-0/+2
* add async implementation of InputJesse Luehrs2021-03-091-3/+10
* reorganize a bitJesse Luehrs2021-03-071-4/+3
* cleanupJesse Luehrs2021-03-071-1/+1
* separate out the guards from the main structsJesse Luehrs2021-03-071-2/+2
* a few renamesJesse Luehrs2021-03-071-2/+2
* sketch out some input handlingJesse Luehrs2021-03-071-0/+4
* simplify, add some more methodsJesse Luehrs2021-03-071-0/+43
* a bunch more improvementsJesse Luehrs2021-03-071-4/+12
* rename a bitJesse Luehrs2021-03-061-2/+5
* split into sync and async implementationsJesse Luehrs2021-03-061-60/+31
* basic sketch of an implementationJesse Luehrs2021-03-061-5/+138
* project skeletonJesse Luehrs2021-03-061-0/+7