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

README: Remove old terminal binding instructions #6775

Merged
merged 1 commit into from
May 7, 2014

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented May 7, 2014

There were previously two terminal binding tips: Bind backspace to ^H and shift-enter to \n instead of \r.

For backspace, the new REPL also binds ASCII 127 to backspace. If there are terminals sending different keycodes than either 127 or ^H (which is equivalent to \b) then they are either configured totally wrong or we should attempt to bind those keycodes, too.

For return, there is now no difference between \r and \n, so there is no point in directing people to make that change. Line feeds are entered with meta-enter.

Instead, add a tip about the meta-key and point to the interacting with Julia manual section.

There were previously two terminal binding tips: Bind backspace to `^H` and shift-enter to `\n` instead of `\r`.

For backspace, the new REPL also binds ASCII 127 to backspace. If there are terminals sending different keycodes than either 127 or `^H` (which is equivalent to `\b`) then they are either configured totally wrong or we should attempt to bind those keycodes, too.

For return, there is now no difference between `\r` and `\n`, so there is no point in directing people to make that change.  Line feeds are entered with meta-enter.
JeffBezanson added a commit that referenced this pull request May 7, 2014
README: Remove old terminal binding instructions
@JeffBezanson JeffBezanson merged commit c1b5848 into JuliaLang:master May 7, 2014
@mbauman mbauman deleted the patch-1 branch May 7, 2014 18:06
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