shift + movement = selection

This commit is contained in:
Anthony Sottile
2019-12-31 22:15:57 -08:00
parent 6137fac556
commit a893bf0b93
3 changed files with 272 additions and 22 deletions

View File

@@ -16,5 +16,6 @@ def test_position_repr():
' sha256=None,\n'
' undo_stack=[],\n'
' redo_stack=[],\n'
' select_start=None,\n'
')'
)