tcell
tcell copied to clipboard
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
Hi, My application would benefit from keeping some terminal contents after exiting. Is it reasonable to have an option to not clear the Screen on Fini() ? Would it be...
`EventKey` only supports a single rune, which doesn't allow for multi-rune characters that can be input in macOS using the emoji/symbols popup menu. SInce`SetContent` supports multi-rune characters, it would be...
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.19.0. Commits 5b15d26 go.mod: update golang.org/x dependencies See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. Commits cabba82 windows: use uint32 for serial comm flags for consistency 1a50d97 windows: add serial comm functions 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err...
When running in debug mode in VS Code under Linux the Application.Run() method returns an *os/exec.ExitError . This is very confusing and makes tracking down the root cause difficult. The...
this should fix: #718 I've updated the `models.txt` file and ran the `gen.sh` script, hope I didn't miss anything.
Initially I thought it was an issue with termux (https://github.com/gokcehan/lf/issues/1668) but after some testing the issue seems to be with tmux, not termux, setting `TERM=screen-256color` instead of `TERM=tmux-256color` seems to...
When running in debug mode in VS Code under Linux the Application.Run() method returns an `*os/exec.ExitError` . This is very confusing and makes tracking down the root cause difficult. The...
Hi! I would like to add support for desktop notifications to tcell and allow applications to trigger notifications via the terminal. ## Motivation Would be nice to lift off the...
The golang.org/x/text/width package seems to have more up to date data on rune widths, and should probably be used in lieu of the mattn runewidth package.