pyte icon indicating copy to clipboard operation
pyte copied to clipboard

Simple VTXXX-compatible linux terminal emulator

Results 59 pyte issues
Sort by recently updated
recently updated
newest added

In bash apparently `\[` and `\]` (common in shell prompts) get turned into `SOH` (0x01) and `STX` (0x02) respectively. However, I believe they are not being handled correctly by the...

So I am using pyte to connect to an OpenVMS terminal and this sequence of bytes causes a problem (when opening the text editor) This is a small preview of...

> This issue affects applications interacting with [FISH Shell 4.0+](https://github.com/fish-shell/fish-shell), which sends `\x1b[=0u` and `\x1b[=5u` sequences by default. > > related with: https://github.com/fish-shell/fish-shell/issues/11054 > > implementation details: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ > >...

Hello everyone, the documentation fails to build with Sphinx 8 due to intersphinx_mapping now being structured differently, cf. [intersphinx_mapping documentation](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping). With the current value a build fails along the lines...

This is obviously not an ideal solution, but it's better than no support. If you can help advise how you'd prefer to store custom palettes (should they be stored in...

This addresses #186. Please let me know if it can be improved :)

There is a feature where you can set a scroll region and scroll up / down that portion of the screen. This is used in NetHack ttyrecs. See this sample...

I'm not sure if this is the best way to implement this feature, but this addresses #184.

Given this fed into a stream: ``` a\x1b[4b ``` This means that the `a` character should be releated 4 times. However this does not seem to be handled by pyte....