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

Rework bs/bc handling and port to AIX #97

Merged
merged 1 commit into from Feb 16, 2017
Merged

Rework bs/bc handling and port to AIX #97

merged 1 commit into from Feb 16, 2017

Conversation

martinwguy
Copy link
Owner

Xvi's interpretation of what capability "bs" and "bc" was wrong because
"bs" means that ^H will backspace, while "bc" is only valid if !bs

Also, we initialise termcap's external variables PC, BS and UP and ospeed,
as per the manual (and AIX's curses.h does not have these.)

Also, we rename xvi's internal variables ND and DO to nd and down,
the same way as we renamed BC to bc, to distinguish these single-character
variables from termcap's, which are strings.

Xvi's interpretation of what capability "bs" and "bc" was wrong because
"bs" means that ^H will backspace, while "bc" is only valid if !bs

Also, we initialise termcap's external variables PC, BS and UP and ospeed,
as per the manual (and AIX's curses.h does not have these.)

Also, we rename xvi's internal variables ND and DO to nd and down,
the same way as we renamed BC to bc, to distinguish these single-character
variables from termcap's, which are strings.
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.

None yet

1 participant