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

[tc_history] [tc_editline] Add multiline support #5

Open
darkuranium opened this issue Sep 8, 2016 · 0 comments
Open

[tc_history] [tc_editline] Add multiline support #5

darkuranium opened this issue Sep 8, 2016 · 0 comments

Comments

@darkuranium
Copy link
Owner

The libraries are limited to getting (and storing in history) only a single line of input. This should be added.

Some sort of an API is needed to provide support for this.

Example (in a shell):

$ echo '
foo
bar'
> foo
bar
# (( up arrow key ))
$ echo '
foo
bar'
@darkuranium darkuranium changed the title [tc_history] [tc_readline] Add multiline support [tc_history] [tc_editline] Add multiline support Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant