Rand Stats

Terminal-API

zef:patrickb
Revision history for Terminal-API

1.0.3
    - Fix retrieving term size on Windows when the top level app is a
      non-VT app. (In that case the function to return the screen buffer
      and terminal size returns different values for buffer and terminal.)

1.0.2
    - Fix retrieving term size on Windows when stdout is redirected.

1.0.1
    - Fix retrieving term size when no terminal is attached to STDOUT.
    - Fix terminal size retrieval on Rakudo versions that don't support
      var-args in native call functions. (Currently none does.)

1.0.0
    - Initial version