implement vterm_output_set_callback()
#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The output buffer (terminal->client) is not read with
vterm_output_read()
, but that seems to be no real problem at the moment. Just in case something is missed; skip the provided output buffer (which is deprecated anyway) and use the callback facility.see:
NCursesPtyWindow::writeToClient()