Rename cursor_y to y to reduce confusion

This commit is contained in:
Anthony Sottile
2019-12-31 22:25:26 -08:00
parent 60476134a3
commit 1a5494b577
2 changed files with 73 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ def test_position_repr():
' lines=[],\n'
" nl='\\n',\n"
' file_y=0,\n'
' cursor_y=0,\n'
' y=0,\n'
' x=0,\n'
' x_hint=0,\n'
' sha256=None,\n'