No description
Find a file
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
editor Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00
tests Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00
.gitignore Git ignore 2020-09-06 10:00:42 +02:00
.pre-commit-config.yaml Remove hook that conflicts with black 2020-09-06 10:21:38 +02:00
LICENSE License 2020-09-06 10:01:22 +02:00
README.md Initial commit 2020-09-06 09:48:15 +02:00
requirements-dev.txt Add dev requirements file 2020-09-06 10:11:11 +02:00
setup.cfg Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00
setup.py Tools 2020-09-06 09:59:49 +02:00

editor

A text editor written in Python + curses.