tclib icon indicating copy to clipboard operation
tclib copied to clipboard

[tc_history] [tc_editline] Add multiline support

Open darkuranium opened this issue 9 years ago • 0 comments

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 avatar Sep 08 '16 14:09 darkuranium