You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
957 B
957 B
TODO
- Follow PEP 8 coding style
Terminal Helper
- Events
- Window : SIGWINCH triggered when the terminal is resized
Input Class
- Return Error if Mouse RE does not match
- Handle the Paste Buffer
- Investigate the middle mouse button paste note: It works only in "INSERT" mode on Vim
- Handle Special Keys (UP, Down, . . .)
- Events
https://tkinterexamples.com/events/events.html
https://www.pythontutorial.net/tkinter/tkinter-event-binding/
- Keyboard
- Mouse
Canvas Class
- Have a look to the Unicode chartable: https://www.utf8-chartable.de/unicode-utf8-table.pl
Signal Slots
- Implement Signal Slots
Logs
- Log Class
- Log helpers
- File and Stdout logger
- logger auto integration
- stdout until mainLoop
Widgets
Layout
- Add Weight in V and H Layout