simon-git: ipbt (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri May 31 07:18:26 BST 2019


TL;DR:
  071735fd Document the -A option in the manpage
  272d354e Deactivate bold after drawing OSD
  c9cb6395 Pause and quit frame command line options
  189000ae Print status information to stderr

Repository:     https://git.tartarus.org/simon/ipbt.git
On the web:     https://git.tartarus.org/?p=simon/ipbt.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2019-05-31 07:18:26

commit 071735fd12ff183b4edd2c201076421299616792
web diff https://git.tartarus.org/?p=simon/ipbt.git;a=commitdiff;h=071735fd12ff183b4edd2c201076421299616792;hp=dc543d3f7cbd5f6a2ef3e468831aaa4acdba9aa4
Author: Edgar A. Bering IV <trizor at gmail.com>
Date:   Wed May 29 18:33:15 2019 -0400

    Document the -A option in the manpage

 ipbt.but | 5 +++++
 1 file changed, 5 insertions(+)

commit 272d354ed684a06321085b70c8b245a61db7ade3
web diff https://git.tartarus.org/?p=simon/ipbt.git;a=commitdiff;h=272d354ed684a06321085b70c8b245a61db7ade3;hp=071735fd12ff183b4edd2c201076421299616792
Author: Edgar A. Bering IV <trizor at gmail.com>
Date:   Wed May 29 18:12:13 2019 -0400

    Deactivate bold after drawing OSD
    
    This fixes a bug where after opening the OSD, depending on the ttyrec
    being viewed, the display might remain bold for many frames.

 ipbt.c | 3 +++
 1 file changed, 3 insertions(+)

commit c9cb6395726bf4efa253d23f366aabc58fd5e3f2
web diff https://git.tartarus.org/?p=simon/ipbt.git;a=commitdiff;h=c9cb6395726bf4efa253d23f366aabc58fd5e3f2;hp=272d354ed684a06321085b70c8b245a61db7ade3
Author: Edgar A. Bering IV <trizor at gmail.com>
Date:   Wed May 29 18:06:28 2019 -0400

    Pause and quit frame command line options
    
    Add option -p frame to automatically pause when reaching the specified
    frame, and -q frame to automatically quit playback when reaching or
    passing the specified frame (exiting after a brief pause to allow
    viewing the frame). These options facilitate batch viewing several
    ttyrecs starting and ending at different places, a workflow used to
    compile highlight reels of crawl replays.

 ipbt.but | 10 ++++++++++
 ipbt.c   | 36 ++++++++++++++++++++++++++++++++++--
 2 files changed, 44 insertions(+), 2 deletions(-)

commit 189000aeecc49c1667c5a9268977d8b7a0764719
web diff https://git.tartarus.org/?p=simon/ipbt.git;a=commitdiff;h=189000aeecc49c1667c5a9268977d8b7a0764719;hp=c9cb6395726bf4efa253d23f366aabc58fd5e3f2
Author: Edgar A. Bering IV <trizor at gmail.com>
Date:   Wed May 29 18:13:21 2019 -0400

    Print status information to stderr
    
    This facilitates redirection of status information separate from the
    console display to a common logfile, helpful when batch-running ipbt for
    the compilation of highlight reels.

 ipbt.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list