ports-mgmt/synth: Upgrade version 1.53 => 1.54

Handles remaining resizing exceptions and improves display handling.

Yesterday's work handled most of the common display exceptions, but others
were still possible.  Now all possible exceptions are handled.

Several improvements were made to the display:
  1) lines no longer wrap if the size width is resized too narrow; they
     get truncated as always intended
  2) Elements such as the elapse timer don't get displayed in the wrong
     place when the screen is too narrow (they just don't show)
  3) The dashes now get restored if the screen is sized small and then
     big again (or started small and then expanded).  In many cases those
     lines just never came back before.
  4) The "full" refresh frequency was increased a period of 30 seconds to
     a period of 4 seconds.  This has a side benefit to text-mode watchdog
     as well since that's the same timer for the log inspection.
  5) The history window height ranges from 10 to 50 rows.  If the xterm
     window starts small, the history will be 10 lines.  If it starts
     big, the number of lines will be dictated by the original size of
     the xterm window.  Making the screen small and then bigger again will
     reveal the full number of log lines.
This commit is contained in:
John Marino 2016-10-07 19:43:54 +00:00
parent fb703cc276
commit 8ce3fdb296
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423482
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
PORTVERSION= 1.53
PORTVERSION= 1.54
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1475653545
SHA256 (jrmarino-synth-v1.53_GH0.tar.gz) = 8c83ad4ad45c792d2d18b65d4fde4b6d00f65ea7815af0300f928c08a810c0c8
SIZE (jrmarino-synth-v1.53_GH0.tar.gz) = 103624
TIMESTAMP = 1475783717
SHA256 (jrmarino-synth-v1.54_GH0.tar.gz) = 0a55cfe101333841532962c57c785e8c778764f564ba06c45012ae3e5f4aae76
SIZE (jrmarino-synth-v1.54_GH0.tar.gz) = 104261