endPtyHold method

void endPtyHold({
  1. bool flush = true,
})

Ends a beginPtyHold bracket; when flush is true, fires one deferred onPtyResize if the grid changed during the hold.

Implementation

void endPtyHold({bool flush = true}) =>
    _viewportController.endPtyHold(flush: flush);