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

no A_UNDERLINE effect in tmux #22

Closed
ta1kt0me opened this issue Feb 20, 2017 · 2 comments
Closed

no A_UNDERLINE effect in tmux #22

ta1kt0me opened this issue Feb 20, 2017 · 2 comments

Comments

@ta1kt0me
Copy link

There is no A_UNDERLINE effect in tmux on Mac. This problem reproduces below.
https://gist.github.com/ta1kt0me/d890ef0b25513be40e2e1e3b60d0d51a

  • OS: Mac OS Sierra
  • Ruby: 2.4.0p0
  • tmux: 2.3
  • curses: 1.2.0

note

If don't use tmux, enable A_UNDERLINE effect.

  • not use tmux

2017-02-21 1 29 18

  • use tmux

2017-02-21 1 29 00

@drbrain
Copy link
Member

drbrain commented Feb 21, 2017

This seems to be a terminfo issue, does this article's command fix it:

$({ infocmp -x screen-256color;
    printf '\t%s\n' 'ncv@,'; } > /tmp/t && tic -x /tmp/t)

@ta1kt0me
Copy link
Author

thanks!

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

No branches or pull requests

2 participants