A slow Euphoria TUI client written in Python
Find a file
Joscha 5e10fcecac Fix various small things
A commit that fixes all of the little things I forgot about, but that
are necessary for rendering to function properly.

- (attr. lines) reverse lines before extending above
- (attr. lines) clamp the AttributedLine offset so that there is always
  a line with offset 0
- (tree renderer) use meta spaces for the cursor too
- (tree renderer) use correct indent text for cursor
- (tree renderer) fix mypy error by safely ignoring it
- (supply) sort by root id instead of value
- (supply) return id, not list of ids
2019-06-08 09:10:59 +00:00
cheuph Fix various small things 2019-06-08 09:10:59 +00:00
test Unit test markup and fix all issues found 2019-06-08 09:10:59 +00:00
test_scripts Test scrolling with the mouse 2019-06-08 09:10:59 +00:00
.gitignore Start using venv 2019-06-08 09:10:59 +00:00
LICENSE Initial commit 2019-06-08 09:00:23 +00:00
mypy.ini Update mypy config 2019-06-08 09:10:59 +00:00
test.py Add very basic test script 2019-06-08 09:10:59 +00:00
tree_display.py Satisfy mypy and (re-)move files 2019-06-08 09:10:59 +00:00