]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
authorTheodore Ts'o <tytso@mit.edu>
Tue, 19 Aug 2003 14:08:34 +0000 (10:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 19 Aug 2003 14:08:34 +0000 (10:08 -0400)
commit54a31a3b2e432c124aa03442f2983c4f4d4a974c
tree0486bb097362b6be3a7c1d2b7c9fc9ed32c6a2fd
parent924b083a3ebd18e3fadafb43d35e8c7e6acc0721
e2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
e2fsck_simple_progress): Don't print the ^A and ^B
characters which bracket the progress bar when the e2fsck
program is talking directly to a tty, but only when it is
being piped to another program.  (Addresses Debian bug
#204137)
unix.c: Move some initialized variables to the BSS segment to
shrink the size of the e2fsck executable.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/unix.c