forked from antirez/linenoise
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Linefeed not accepted as newline #23
Comments
This was referenced Jun 8, 2019
Git Bisect reveals this:
|
ghost
referenced
this issue
Jun 9, 2019
Only allow tab (^I) to be inserted in the line, not other control characters. But display any control character as ^x and handle the cursor properly. Signed-off-by: Steve Bennett <[email protected]>
Note a fork fixed the issue, see linked commit below. It would be added here: Line 1587 in 174a404
|
ghost
referenced
this issue
in rain-1/linenoise-mob
Jun 9, 2019
In Android's adb shell environment test, click ENTER get line-feed.
Thanks. That seems reasonable. I don't think there are any downsides. I have added this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I run the example, I can paste CR or CR+LF lines:
but if I try to paste LF lines, I get unexpected result:
The text was updated successfully, but these errors were encountered: