aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
Commit message (Expand)AuthorAgeFilesLines
* implement ttyrec searchingJesse Luehrs2019-11-071-1/+1
* bump depsJesse Luehrs2019-11-061-2/+1
* move process out to a separate crateJesse Luehrs2019-10-241-8/+0
* handle resets and clears separatelyJesse Luehrs2019-10-161-23/+44
* use different logic for buffering on the client side vs serverJesse Luehrs2019-10-161-65/+151
* ensure that all bytes coming from the terminal actually get writtenJesse Luehrs2019-10-161-79/+126
* simplify state management a bitJesse Luehrs2019-10-141-1/+1
* consolidate errorsJesse Luehrs2019-10-141-14/+5
* move common traits into a preludeJesse Luehrs2019-10-141-1/+1
* add warning about terminals that are too bigJesse Luehrs2019-10-061-0/+4
* use a struct to represent terminal sizeJesse Luehrs2019-10-061-0/+40
* add some tests and fix some edge cases in term buffer handlingJesse Luehrs2019-10-041-6/+201
* limit the amount of output saved during castingJesse Luehrs2019-10-021-6/+14
* find the last escape sequence instead of the firstJesse Luehrs2019-10-021-2/+2
* also track window title changesJesse Luehrs2019-10-021-5/+26
* clippyJesse Luehrs2019-10-011-1/+1
* improve reset handling a bitJesse Luehrs2019-10-011-1/+6
* there's no reason for append to need to consume the inputJesse Luehrs2019-09-301-3/+3
* more clippyJesse Luehrs2019-09-291-1/+1
* factor out terminal output buffer handlingJesse Luehrs2019-09-041-0/+33