MiguelVis / te

Text editor for the CP/M operating system and related computers: Amstrad PCW, CPC, Kaypro, Spectrum...
GNU General Public License v2.0
84 stars 10 forks source link

TE under CPM3 doesn't use the screen size bytes to determine rows and columns on startup, eg as VT100DYN #2

Closed riwide closed 3 years ago

riwide commented 3 years ago

TE under CPM3 doesn't use the screen size bytes to determine rows and columns on startup, eg as VT100DYN

MiguelVis commented 3 years ago

Hi @riwide.

That's a good idea. I will have into account for new releases as a configuration option.

MiguelVis commented 3 years ago

Done in v1.70:

# Screen height: 8..255 or auto for CP/M 3
#screen.rows = 25

# Screen width: 64..255 or auto for CP/M 3
#screen.columns = 80