aboutsummaryrefslogtreecommitdiffstats
path: root/src/grid.rs
Commit message (Expand)AuthorAgeFilesLines
...
* simplifyJesse Luehrs2019-11-031-10/+12
* no reason to use references hereJesse Luehrs2019-11-031-4/+4
* use iterators in more places instead of raw indexingJesse Luehrs2019-11-021-63/+85
* fix screen resizingJesse Luehrs2019-11-021-0/+11
* implement origin modeJesse Luehrs2019-11-021-15/+30
* implement window_contents_formattedJesse Luehrs2019-10-311-5/+13
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-2/+2
* implement ascii text wrappingJesse Luehrs2019-10-311-15/+27
* fix boundsJesse Luehrs2019-10-311-1/+1
* more passing testsJesse Luehrs2019-10-301-16/+71
* more refactoringJesse Luehrs2019-10-301-141/+95
* more passing testsJesse Luehrs2019-10-301-3/+37
* more passing testsJesse Luehrs2019-10-301-4/+6
* more passing testsJesse Luehrs2019-10-301-1/+107
* add proper range checking for cursor movementJesse Luehrs2019-10-301-17/+32
* centralize more logic for cursor movementJesse Luehrs2019-10-301-16/+112
* refactorJesse Luehrs2019-10-301-0/+50