]> git.cameronkatri.com Git - bsd-progress.git/commit
Abstract out progress bar support into progressbar.[ch], for inclusion
authorjhawk <jhawk@NetBSD.org>
Tue, 21 Jan 2003 16:08:06 +0000 (16:08 +0000)
committerjhawk <jhawk@NetBSD.org>
Tue, 21 Jan 2003 16:08:06 +0000 (16:08 +0000)
commit4c4774909e92cd4fa5891b896b8817c0d1cecfdd
tree97bee220ab85b7593333f96f146fe52fd207db16
parent8db44a3bd0fb306dac19c83bb4ecbfd46bb0fcfc
Abstract out progress bar support into progressbar.[ch], for inclusion
in external programs (conditionalized on -DSTANDALONE_PROGRESS).

The following moved from util.c to progressbar.c:
  alarmtimer(), progressmeter(), psummary(), ptransfer(),
  xsignal(), xsignal_restart()

The following moved from extern.h and ftp_var.h to progressbar.h:
  STALLTIME, verbose, fromatty, progress, quit_time, ttywidth
include/progressbar.h [new file with mode: 0644]
progressbar.c [new file with mode: 0644]