From cf878648d42354111f9f1860628303e984701a47 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2019 13:19:50 -0600 Subject: [PATCH] Another update to a README. --- graphics/twm4nx/README.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/graphics/twm4nx/README.txt b/graphics/twm4nx/README.txt index cbc527f82..a1de5ffef 100644 --- a/graphics/twm4nx/README.txt +++ b/graphics/twm4nx/README.txt @@ -202,15 +202,17 @@ Issues: state (like grabbing and dragging or resizing). There is also a possibility of using auto-raise with a mouse as well. All of this logic is in place, but none has been verified. - 8. I am suspecting that NxTerm processes are not being shut down - properly when an NxTerm window is closed, but I have not yet - investigated this. - 9. NxTerm windows really need to be scrollable. They are difficult to + 8. NxTerm windows really need to be scrollable. They are difficult to use with only a few lines on a small display. A related usability issue is the font height: The fonts report a maximum font height that results in a large line spacing on the display and, hence, fewer lines visible in the small window. This is latter issues is a problem with the fonts not Twm4Nx, however. + 9. There is a trivial rounding error in the calculation of the LCD + width in SLcd::CSLcd::getWidth(). It currently truncates down. + It needs to round up. This sometimes leaves a small, one-pixel- + wide sliver on the clock display. This display always recovers and + this only cosmetic. Adding Twm4Nx Applications ==========================