Skip to content

Releases: fhunleth/nbtty

v0.4.1

04 Nov 02:13
Compare
Choose a tag to compare
  • Bug fixes
    • Add option to not write to the terminal until the user presses enter. This
      is useful for the USB interface where sometimes characters written to the
      output get looped back.
    • Switch to more traditional automake setup so that make dist and make install work

v0.4.0

06 Jul 12:50
Compare
Choose a tag to compare
  • New features

    • Support --tty option to use a specified tty device. This will be retried
      if it doesn't exist at start. Needed for configfs configuration of the
      gadget USB interface.
  • Bug fixes

    • Exit on SIGCHLD from the launched process. It appears to be unreliable to
      detect exit based on tty EOF.