python-prompt-toolkit v0.59 Release Notes

Release Date: 2016-02-27 // about 8 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ Set correct default color on Windows. (Gray instead of high intensity gray.)
    • ๐Ÿ Reverse colors on Windows when foreground/background color have not been specified.
    • Correct handling of mouse events for FillControl.
    • ๐Ÿ›  Take margin into account when calculating Window height. (Fixes bug in multiline prompt.)
    • Handle division by zero in UIContent.get_height_for_text.