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

Added additional escape sequences defined in ECMA-48. #21

Merged
merged 1 commit into from
Apr 6, 2014

Conversation

jdbernard
Copy link
Contributor

Adds:

  • cursorToColumn: Absolute columar positioning of the cursor,
  • cursorUpLine: Move the cursor up one or more lines, and move it to the
    beginning of the line.
  • cursorDownLine: Move the cursor down one or more lines, and move it to the
    beginning of the line.

Adds:

* cursorToColumn: Absolute columar positioning of the cursor,
* cursorUpLine: Move the cursor up one or more lines, and move it to the
  beginning of the line.
* cursorDownLine: Move the cursor down one or more lines, and move it to the
  beginning of the line.
davsclaus added a commit that referenced this pull request Apr 6, 2014
Added additional escape sequences defined in ECMA-48.
@davsclaus davsclaus merged commit 489c4d3 into fusesource:master Apr 6, 2014
@davsclaus
Copy link
Member

Thanks for your PR

@jdbernard
Copy link
Contributor Author

You're welcome. Thank you for sharing your work.

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