The Wayback Machine - https://web.archive.org/web/20210811024448/https://github.com/topics/xterm
Skip to content
#

xterm

Here are 168 public repositories matching this topic...

cyrus-and
cyrus-and commented Jun 9, 2021

ANSI codes to hide (\x1b[?25l) and show (\x1b[?25h) the cursor are not retained during the serialization. I understand that this concerns more the current state of the terminal, but since the cursor position is preserved, I find it natural to also save the cursor visibility.

If this is a wontfix, is there at least a reliable way to detect the cursor visibility? Other than the undocumente

contour
mTvare6
mTvare6 commented Aug 9, 2021

Description

~/.zprofile and $ZDOTDIR/.zshrc isn't sourced by default

Environment

  • Contour Version or Git commit hash: 0.1.1 132
  • Operating System (name / distribution / version): macOS(11.3.1)
  • Contour configuration: stock
  • TERM environment variable: xterm-256color truecolor
  • Compiler version: didn't compile from source

Steps to Reproduce

Have .zshrc under $ZDOTDIR a

hericlesme
hericlesme commented Jun 21, 2021

Description

Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__

_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all

Improve this page

Add a description, image, and links to the xterm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xterm topic, visit your repo's landing page and select "manage topics."

Learn more