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

Use older save/restore cursor codes #23

Closed
wants to merge 1 commit into from

Conversation

elyscape
Copy link
Contributor

\E7 and \E8 are older, more widely-supported codes for saving and
restoring the cursor position than \E[s and \E[u. In lieu of using
ncurses or some other library to get the current terminal's escape
codes, use the older codes for the time being.

Related to #22.

`\E7` and `\E8` are older, more widely-supported codes for saving and
restoring the cursor position than `\E[s` and `\E[u`. In lieu of using
ncurses or some other library to get the current terminal's escape
codes, use the older codes for the time being.
@mptre
Copy link
Owner

mptre commented Dec 15, 2015

Thanks, merged!

@mptre mptre closed this Dec 15, 2015
@elyscape elyscape deleted the older-cursor-codes branch December 17, 2015 19:50
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.

2 participants