Closed tkchia closed 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!
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.
Now that #3 is merged, are we OK to close this one out?
@jart: OK. Thank you!
Hello @jart,
I encountered a few issues while trying to build and run
blink
(https://github.com/jart/blink/commit/1d13bfd50c16c9b5c16892465d5d91f7984007e2):README.md
says to runmake -j8 o///blink/blink
, but this does not work. Should this bemake -j8 o//blink/blink
(with two slashes)?make -j8 o//blink/tui
gives a warning message. The build succeeds however.tui
help screen formatting seems a bit broken, for some reason. If I runo//blink/tui -t third_party/cosmo/hello.com
under X Windowxterm
(-geometry 200x50 -title xterm -e sh
), then press the?
command key, I get the following:?
command key can be documented in theUSAGE
message, not just in the help screen itself.Thank you!