aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2023-03-082-4/+0
|
* move to tokioJesse Luehrs2022-02-241-1/+2
|
* this shouldn't have been asyncJesse Luehrs2022-02-231-1/+1
|
* be a bit less aggressiveJesse Luehrs2021-12-151-4/+4
|
* these don't need to be separate errorsJesse Luehrs2021-12-141-6/+6
|
* clippyJesse Luehrs2021-12-142-31/+63
|
* remove unnecessary result wrappingJesse Luehrs2021-12-141-4/+4
|
* add hard_refresh method to fully redraw the screenJesse Luehrs2021-11-111-0/+12
|
* namingJesse Luehrs2021-03-131-4/+4
|
* remove unused return valueJesse Luehrs2021-03-131-4/+4
| | | | | getc is what will return None on eof when it sees that the internal buffer is empty after calling fill_buf.
* docsJesse Luehrs2021-03-132-6/+76
|
* fix a bunch of utf8 parsing issuesJesse Luehrs2021-03-131-15/+12
|
* move the guards back onto the main objectsJesse Luehrs2021-03-122-5/+26
|
* simplifyJesse Luehrs2021-03-121-14/+12
|
* namingJesse Luehrs2021-03-122-4/+4
|
* refactor input implementations to share some codeJesse Luehrs2021-03-121-285/+82
|
* use state_diffJesse Luehrs2021-03-111-10/+3
|
* fix type aliasJesse Luehrs2021-03-091-2/+1
|
* simplifyJesse Luehrs2021-03-091-5/+6
|
* make raw_guard also asyncJesse Luehrs2021-03-091-2/+49
| | | | i think tcsetattr etc can actually block in some cases
* commentJesse Luehrs2021-03-091-0/+3
|
* handle errors properly in raw guardJesse Luehrs2021-03-091-2/+2
|
* add an error typeJesse Luehrs2021-03-092-20/+19
|
* add async implementation of InputJesse Luehrs2021-03-092-184/+66
| | | | | this is just copied and pasted for now, need to figure out how to generate one from the other
* more refactoringJesse Luehrs2021-03-081-133/+204
|
* reorganize a bitJesse Luehrs2021-03-073-0/+511