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

VT100 symbols are assigned incorrectly #7

Open
stylewarning opened this issue Sep 19, 2014 · 0 comments · May be fixed by #20
Open

VT100 symbols are assigned incorrectly #7

stylewarning opened this issue Sep 19, 2014 · 0 comments · May be fixed by #20
Labels

Comments

@stylewarning
Copy link
Collaborator

VT100 symbols, like ACS_ULCORNER, are assigned incorrectly. They are currently assigned to characters, but really should be assigned to a value that C likes. A relevant bits from ncurses.h are:

#define NCURSES_ACS(c)  (acs_map[NCURSES_CAST(unsigned char,c)])

/* VT100 symbols begin here */
#define ACS_ULCORNER    NCURSES_ACS('l') /* upper left corner */
// ...
@ghost ghost linked a pull request Aug 24, 2015 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant