implement vterm_output_set_callback() #6

Closed
opened 2022-04-07 00:52:58 +02:00 by christian · 0 comments
Owner

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()

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()`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: christian/kNCurses#6
No description provided.