You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If press other cursor moving keys, the current line will be replaced by the correct line. But there are glitches: when you press the <Left> key, cursor moves right, and only when you continue to press it again it moves left (but I am not sure about its true position). And the opposite for for the <Right> keys.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
The simplest example, import Tkinter and create the root widget:
A new Tk window appeared and grabbed the focus. Switch back to the terminal and press the
<Up>
key -- nothing changed:Press it again -- the last entered line appeared for editing:
Press the
<Enter>
key and the edited line will be replaced by another line which will execute:cc @pablogsal
The text was updated successfully, but these errors were encountered: