Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Also faced this problem.
Inside the library, you need to change the following modules:
1. wgtextbox.py
~420 replace the line with:
if (curses.ascii.isprint(inp) or ord('А')<= inp <=ord('я')) and \
(chr(inp) not in '\n\t\r'):
# "^K": self.h_erase_right,
# "^U": self.h_erase_left,
# "^P": self.h_exit_up,
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question