chasonr

Results 14 comments of chasonr

Just so we're clear: This has no extended color, no 64 bit chtype; just the wingui port.

I'd like to see the greater support for Unicode and all the rest. But these features are probably best broken out into separate pull requests.

Thank you, Bill. I started [PCem](https://pcem-emulator.co.uk/) and set up a 286 machine at 6 MHz. The tuidemo program ran veeerrryy slloooowly. I got busy rewriting the rendering functions and now...

Guess I gotta try it out. Unifont is GPL'd code and is doubtful that the mainline will accept it. I wanted to avoid such issues.

I should have mentioned in the commit for the PSF fonts: this also provides PDC_WIDE support.

ozdemo screenshots: OS/2 text: ![ozdemo-text](https://github.com/Bill-Gray/PDCursesMod/assets/4022333/9c2fc635-ad75-40f5-83fd-9370a87c8e5f) OS/2 GUI: ![ozdemo-gui](https://github.com/Bill-Gray/PDCursesMod/assets/4022333/ce9bed46-1fb9-4899-9511-c9f0238ba5f3)

OK, I've added a `PDC_PORT_OS2GUI` enum. I've had no trouble building `newtest` in the OS2GUI port. I used it quite a lot to get the Unicode rendering right.

* Developing on ArcaOS 5.1 under VirtualBox. I have some older OS/2s available, though not eCS. * I can't replicate the droppings. * The PDC\_FONT issue seems straightforward enough. The...

I've added support for PDC\_FONT\_SIZE, made PDC\_FONT override the registry and made mouse clicks put focus on the window.

WinGUI doesn't support PDC\_FONT. Existing ports that support it are DOSVGA, FB, GL, SDL1 and SDL2. PDC\_FONT\_SIZE is supported in GL, SDL1 and SDL2. In DOSVGA, the font format is...