| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @DinoV for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…ythonGH-119435) Fix culmitive errors in wrapping as lines proceed (cherry picked from commit e3bf538) Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
|
GH-119441 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…ython#119435) Fix culmitive errors in wrapping as lines proceed
| Back | FazBrowse Home | New Git URL |
The new REPL has an issue when outputting at the right edge of the console window. It tries to output a "" at the end, and then print the typed character at the beginning of the next line. This works fine on the first line. The 2nd line the "" + char doesn't show up until after you press a 2nd char. And at the 3rd line it takes 3 chars, and so on.