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

ncurses only supports single lines #3182

Closed
mc-butler opened this issue Mar 12, 2014 · 2 comments
Closed

ncurses only supports single lines #3182

mc-butler opened this issue Mar 12, 2014 · 2 comments
Labels
area: skin Theming support and skin files prio: low Minor problem or easily worked around

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3182
Reporter egmont (@egmontkob)

The ncurses build doesn't support double lines (they get converted to single lines), and doesn't support other strange line drawing characters one might experiment with (they get converted to replacement letters), including (but not limited to):

  • double horizontal, single vertical corner: ╒ (U+2552)
  • thick corner: ┏ (U+250F)
  • rounded corner: ╭ (U+256D)

In a graphical terminal with UTF-8 support, there shouldn't be a reason not to support any Unicode character. The slang build is able to display any of these without problems.

In #2165 comment 10 andrew_b expressed his concerns about moving the single/double lines stuff from skins to the engine because it kills creativity. I wanted to be creative and create a skin where the horizontal lines are double lines and the vertical ones are single ones. With ncurses it just doesn't work. Currently only single lines are supported by the ncurses build.

@mc-butler
Copy link
Author

Changed by egmont (@egmontkob) on Mar 12, 2014 at 18:17 UTC (comment 1)

  • Component changed from mc-core to mc-skin
  • Priority changed from major to minor

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 13, 2014 at 4:33 UTC (comment 2)

  • Resolution set to duplicate
  • Version master deleted
  • Status changed from new to closed
  • Milestone Future Releases deleted

Closed as duplicate of #3158.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: skin Theming support and skin files prio: low Minor problem or easily worked around
Development

No branches or pull requests

1 participant