osx delete key doesnt work #27
Labels
Bug
Something isn't working
Core
Add for issues having to do with core functions
Help wanted
Extra attention is needed
Milestone
on macbook pro delete key doesnt work on all examples.
in autogit.py it appends ?^? to text entered in input box
i suspect its the ascii key code with curses.
i tried code 8 - that is ascii key code for delete key on mac (?)
found this curses code, but not with solution
https://www.programcreek.com/python/example/21642/curses.KEY_DC
The text was updated successfully, but these errors were encountered: