git: dsynth - Add logfile tracking on the ncurses display
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 22 11:53:48 PDT 2019
commit 54f2fefc6bc7aa6b1061360b1ba421f13f1ec302
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 22 11:51:20 2019 -0700
dsynth - Add logfile tracking on the ncurses display
* Track the contents of the 00*.log file below the list of
workers.
* Handle window resize events.
* Reduce 00*.log spam by default.
* NOTE: CTRL-Z is still not properly handled, it works once or twice
and then stops working. Not sure why.
Summary of changes:
usr.bin/dsynth/build.c | 42 ++++++++++-------
usr.bin/dsynth/config.c | 8 ++--
usr.bin/dsynth/dsynth.1 | 13 ++++--
usr.bin/dsynth/dsynth.c | 8 +++-
usr.bin/dsynth/dsynth.h | 4 +-
usr.bin/dsynth/gui.c | 117 ++++++++++++++++++++++++++++++++++++++++++------
usr.bin/dsynth/subs.c | 6 +++
7 files changed, 158 insertions(+), 40 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/54f2fefc6bc7aa6b1061360b1ba421f13f1ec302
--
DragonFly BSD source repository
More information about the Commits
mailing list