[issue35833] Backspace not working

2019-01-26 Thread Martin Panter
Martin Panter added the comment: Ment to point to previous bug report: Issue 23220 -- ___ Python tracker ___ ___ Python-bugs-list

[issue35833] Backspace not working

2019-01-26 Thread Martin Panter
Martin Panter added the comment: I suspect Idle just passes control characters directly to an underlying Text or similar TK widget. As far as I know, TK only documents behaviour for tabs and newlines, not other control characters. Last time this was brought up, Terry added a sentence under

[issue35833] Backspace not working

2019-01-26 Thread Dude Roast
New submission from Dude Roast : Whenever I try to use Backspace(\b) it always prints square boxes instead of deleting previous string. Code Down:- import pyautogui print("Press Ctrl+c to quit") try: while True: x,y = pyautogui.position(); positionStr = "X: " +