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

**Describe the bug** When a button is placed inside a Splitter its style does not change to _highlighted_ when it is selected or hovered over. **To Reproduce** Steps to reproduce...

Bug

I'm trying PyTermGUI for the first time by using the example at `examples\simple_app.py` on Windows. * Mouse doesn't seem to work at all. (Not sure if this is just because...

Cannot delete text in InputField **To Reproduce** ```python3 import sys from typing import List, Optional import pytermgui as ptg def main(argv: Optional[List[str]] = None) -> None: with ptg.WindowManager() as manager:...

Bug
Needs help

Hello, this is not request to upstream. I just want to mention that I opened an official "Request to Package" at Debian. I will need this package as a dependency...

Enhancement

I want to create an environment like the [Twin Terminal Window Manager](https://github.com/cosmos72/twin) for that I must understand how to use the terminal widget, I'm trying to spawn it with: ```...

Fixes #98 ![image](https://github.com/bczsalba/pytermgui/assets/63415260/1b9f6b47-9b91-4df7-8af5-a45027ccab60)

I have list of tasks, When I add new task to the list of tasks, I want my new results to be on the screen

Bug

**Describe the bug** Inline widget doesn't work because my setup reports the "hover" mouse event isn't supported **To Reproduce** Run a simple inline example: ``` import pytermgui as ptg ptg.inline(ptg.Label("Hello...

Bug

This pull request is a proposal showcasing a functional implementation of ANSI parsing using a state machine instead of regex ## Motivation Up until now the parsing of ANSI to...

**Describe the bug** Using emojis (on terminals that support it) misaligns the windows due to wrong length computed (byte length vs rune length) **To Reproduce** Taking emojis from the https://en.wikipedia.org/wiki/X_mark:...

Bug