Interactive input should use curses.getkey() instead of curses.getch()
Bug #385224 reported by
Adam J. Lincoln
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pygpal |
Incomplete
|
Undecided
|
Adam J. Lincoln |
Bug Description
Provides more readable code and easy access to keys returning a code greater than 256.
To post a comment you must log in.
After using curses.getkey() in tracks-term, there may be a bug in terminal resizing. A workaround of the crash this bug causes breaks bold text display. I'm going to wait until this is resolved before making this change to pygpal.