rename onScreenChange to onScreenUpdate and create onScreenChange

This commit is contained in:
chrys
2016-09-21 23:30:27 +02:00
parent e9b97945a3
commit 02520c9739
14 changed files with 15 additions and 14 deletions

7
TODO
View File

@ -17,8 +17,6 @@ ToDos in Priority order:
possiblity to forewart shortcut (or use them as shortcut) [pressing twice while timeout]
cleanup inputManager
split input driver out of the handler
- add screenManager
abstract screen driver
- dictonary for special chars and string replacements
- punctuation
@ -46,7 +44,6 @@ ToDos in Priority order:
first item
last item
- improve performance
- pass environment instance in init and remove it from function calls
- implement onScreenChange (new onScreenUpdate) commands
read highlighted text mode
@ -214,3 +211,7 @@ ps a -o tty,comm | grep -e Xorg | grep -v "grep -e Xorg"
promoted text
clear_marks_on_screen_change
leve_review_mode_on_screen_change
- add screenManager
abstract screen driver
- pass environment instance in init and remove it from function calls