Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pretty_print screen-256color #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

avirmaux
Copy link

Added screen-256color as TERM for which pretty_print may be usefull.

Added tmux TERM for pretty_print
@albertcthomas
Copy link
Collaborator

thanks @avirmaux, I'll test it on my side.

@@ -11,7 +11,7 @@

IS_WINDOWS = platform.system() == "Windows"
# known terminal types which can handle colors on any system
COLOR_TERMS = ['xterm-256color', 'cygwin', 'xterm-color']
COLOR_TERMS = ['xterm-256color', 'screen-256color', 'cygwin', 'xterm-color']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not working for me as is, I need to add screen

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
COLOR_TERMS = ['xterm-256color', 'screen-256color', 'cygwin', 'xterm-color']
COLOR_TERMS = ['xterm-256color', 'screen', 'screen-256color', 'cygwin', 'xterm-color']

@kegl
Copy link
Contributor

kegl commented Dec 15, 2021

@avirmaux @albertcthomas should we keep this open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants