editor/tests
seem e80aaa1395 Window scrolling on vertical movement
Changed the way we specify where the window vs file position. Instead of
specifying where the file is in the window "space", we do the inverse.
Seems more intuitive this way.

Also now only redraw the screen if we've scrolled. That was primarily to
fix the annoying flicker I was seeing. Will probably need something more
capable than that when we get to editing text.

Also added another flake8 ignore rule to play nice with black.
2020-09-07 21:50:59 +02:00
..
__init__.py Extract Buffer class + add tests 2020-09-06 10:39:26 +02:00
window_test.py Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00