pytermgui icon indicating copy to clipboard operation
pytermgui copied to clipboard

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!

Results 35 pytermgui issues
Sort by recently updated
recently updated
newest added
trafficstars

All instances of redrawing will now call \x1b[H to go to home position and then draw over all characters on the screen. This removed screen flickering for many if not...

In my case, I want to use Chinese texts to display some infomations, and that broke the box's side. Does there any solutions for this? ![Screenshot from 2022-09-22 16-35-59](https://user-images.githubusercontent.com/48445296/191700417-7feb8e05-335d-4211-ae85-d6f787b43d03.png)

Bug

**Is your feature request related to a problem? Please describe.** It would be nice to be able to pull from the pypi archive, but install using the pyproject.toml file. This...

Enhancement

**Describe the bug** All colors are mapped wrong on Windows when styling. This isn't just RGB being mapped wrong. **To Reproduce** Steps to reproduce the behavior: 1. Be on Windows...

Bug

**Describe the bug** The InputField is not working correctly when it is created inside an container with `overflow=ptg.Overflow.SCROLL`. When Multiline is enabled it is only one big line and I...

Bug

I have created an AUR package. Because on Arch Linux the use of Pip is only possible in a virtual environment. If you try to use pip system/user wide, pip...

**Is your feature request related to a problem? Please describe.** Browsing between selectables should trigger scroll to always show where the selectable is. **Describe the solution you'd like** Just compare...

Enhancement

**Is your feature request related to a problem? Please describe.** Tl;dr: `manager.add(..., assign="Console")` turns the slot name to lowercase, unlike the `add_slot` "constructor", which is unintuitive. I wanted to structure...

Enhancement

**Is your feature request related to a problem? Please describe.** I was planning on using this for a terminal user interface for a flashcard app, but the text input doesn't...

Enhancement

When using focus_next with a negative step it would cause an exception instead of properly wrapping around - using modulo makes it work correctly in either direction