dialog 1.3-20190808-1 source package in Ubuntu

Changelog

dialog (1.3-20190808-1) unstable; urgency=low

  * New upstream release.
  * Fixed in upstream version 1.3-20190724:
  - Reduce the chance that dialog exits on a SIGWINCH. Closes: #930775.

 -- Santiago Vila <email address hidden>  Tue, 27 Aug 2019 18:32:54 +0200

Upload details

Uploaded by:
Santiago Vila
Uploaded to:
Sid
Original maintainer:
Santiago Vila
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
dialog_1.3-20190808-1.dsc 1.6 KiB a0234ffc68c53a574f484602eb47b01433ede2cdcfa6182c7fdb98ee25abd920
dialog_1.3-20190808.orig.tar.gz 524.8 KiB 886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2
dialog_1.3-20190808.orig.tar.gz.asc 265 bytes 09012228d90990cc17608b175ecc9a5ff94ea4edf94287beb09a1a913ce7eecb
dialog_1.3-20190808-1.debian.tar.xz 11.5 KiB d08bbdfbbd2019ca48bf49dddb652022c25accbcb819771f22bfa81e31b1236f

Available diffs

No changes file available.

Binary packages built by this source

dialog: Displays user-friendly dialog boxes from shell scripts

 This application provides a method of displaying several different types
 of dialog boxes from shell scripts. This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no Typical query style box with "Yes" and "No" answer buttons
  menu A scrolling list of menu choices with single entry selection
  input Query style box with text entry field
  message Similar to the yes/no box, but with only an "Ok" button
  text A scrollable text box that works like a simple file viewer
  info A message display that allows asynchronous script execution
  checklist Similar to the menu box, but allowing multiple selections
  radiolist Checklist style box allowing single selections
  gauge Typical "progress report" style box
  tail Allows viewing the end of files (tail) that auto updates
  background tail Similar to tail but runs in the background.
  editbox Allows editing an existing file