jart / blink

tiniest x86-64-linux emulator
ISC License
7k stars 225 forks source link

A number of minor issues #2

Closed tkchia closed 2 years ago

tkchia commented 2 years ago

Hello @jart,

I encountered a few issues while trying to build and run blink (https://github.com/jart/blink/commit/1d13bfd50c16c9b5c16892465d5d91f7984007e2):

Thank you!

ghaerr commented 2 years ago

Hello @tkchia,

The tui help screen formatting seems a bit broken, for some reason.

I have a PR fix for that coming shortly. The reason has to do with the added CRs in the HELP message in tui.c. I hope to have a couple other small display issues fixed in that as well.

Thank you!

ghaerr commented 2 years ago

The other enhancement I'm working on is providing the ability to display the Terminal/Teletypewriter output column (which could also be the MDA or CGA output) when the window is less than 240 characters wide. This would be nice because, I can't display windows on my laptop wider than 240 characters without reducing the font width. In the revised version, the Teletype/MDA/CGA panel would be truncated on the right hand side, rather than missing entirely.

jart commented 2 years ago

Now that #3 is merged, are we OK to close this one out?

tkchia commented 2 years ago

@jart: OK. Thank you!