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

multi line paste only pastes 1st line #8

Closed
timotheecour opened this issue Apr 16, 2018 · 4 comments
Closed

multi line paste only pastes 1st line #8

timotheecour opened this issue Apr 16, 2018 · 4 comments
Labels
enhancement New feature or request
Projects

Comments

@timotheecour
Copy link
Contributor

eg:

echo 1
echo 2
echo 3
@AndreiRegiani AndreiRegiani added the enhancement New feature or request label May 12, 2018
@AndreiRegiani
Copy link
Member

Some info on the issue, INim uses the module rdstdin for input, which calls C lib linenoise.

https://github.com/nim-lang/Nim/blob/master/lib/impure/rdstdin.nim#L79
https://github.com/antirez/linenoise

@timotheecour
Copy link
Contributor Author

timotheecour commented Jul 19, 2018

we could use this: msteveb/linenoise@08d3e59

Implement multiline and hints support

@Tangdongle
Copy link
Collaborator

@0atman This is fixed with the introduction of the Nim linenoise library, which allows for mult-iline pastes

@0atman
Copy link
Collaborator

0atman commented Sep 7, 2020

Nice cleanup!

@0atman 0atman closed this as completed Sep 7, 2020
Bug Triage automation moved this from Needs triage to Closed Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Bug Triage
  
Closed
Development

No branches or pull requests

4 participants