skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Allow determining the size of our console. #119

Closed skx closed 2 months ago

skx commented 2 months ago

This pull-request closes #116 by allowing a program to determine the dimensions of the terminal within which it is running.

This will be useful for "graphical" applications. I've updated the list of custom extensions to document this call, and added samples/terminal.{com z80} to demonstrate usage.