Open withoutboats opened 8 years ago
CharGrid
now exposes a chars_in_range
method, given a pair of indexes it will return a String
containing the characters in that range.
Work still needed in notty
:
Work still needed in scaffolding
:
Notty now exposes a Paste
command which can be used to paste data into the terminal. This includes support for bracketed paste mode. Scaffolding still needs to integrate with the system clipboard to implement a paste command for the user.
Paste is implemented in scaffolding.
Are you still looking for help?
Currently you can't copy the output of the terminal or paste input into it. This needs to be addressed.
There's also the issue of bracketed paste mode, but that's not as widely used or expected as normal copy and paste.