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

Line wrap overwrites current line #4

Open
peterhinch opened this issue May 25, 2015 · 2 comments
Open

Line wrap overwrites current line #4

peterhinch opened this issue May 25, 2015 · 2 comments

Comments

@peterhinch
Copy link

If you type a line whose length exceeeds the width of the terminal window the cursor moves to the start of the current line rather than advancing to a new line. (CR rather than CR LF).

@dhylands
Copy link
Owner

Is this for shell.py or rshell.py? If for rshell.py is it when in regular command mode? Or when using the repl?

@peterhinch
Copy link
Author

rshell.py in regular command mode, running in a Bash terminal window under Python 3.4.3. Another point relating to long lines: if you try to prevent wrapping by enlarging the Bash window rshell takes no notice. For subsequent commands it continues to behave as if the window were still the size it was before enlargement. It would be great if it behaved in the same way as Bash which presumably checks the window size repeatedly.

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

No branches or pull requests

2 participants