nihirash / Agon-CPM2.2

CP/M 2.2 port for Agon Light that didn't require custom firmware. Use your Agon fully and have access to CP/M system.
Other
61 stars 13 forks source link

Feature Request: Fonts, Font Size, Resolution, Terminal Emulation #4

Closed snakebyte69 closed 1 year ago

snakebyte69 commented 1 year ago

Settings to set the font and colour that will be used by CP/M Terminal Emulation CP/M Utility to change resolutions and fonts.

A resolution and font could be saved like this Televideo 950 - TV950.trm and loaded on startup.

nihirash commented 1 year ago

This task more about VDP behavior enhancement.

Terminal class can switch between terminal emulation modes but it isn't exposed to ESC-codes. It's better implement on VDP side cause it already have support of several terminal types.

When it will be done - there will be required very small and simple CP/M application that will cover mode switching.

Implementing in code terminal emulation isn't first requirements task for current project. Current emulation covers all requirements and almost all software have configuration options.