summaryrefslogtreecommitdiff
path: root/term-utils/scriptreplay.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10scriptreplay: Add --maxdelay option.Jesper Dahl Nyerup1-4/+14
This option caps the delay between updates, to avoid long pauses in transcript playback. Signed-off-by: Jesper Dahl Nyerup <nyerup@one.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-16scriptreplay: fix compiler warning [-Wmissing-prototypes]Karel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-16translation: unify file open error messagesSami Kerola1-2/+2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-06-17scriptreplay: fix compiler format warningSami Kerola1-2/+1
scriptreplay.c:210:3: warning: format '%zd' expects argument of type 'signed size_t *', but argument 4 has type 'size_t *' [-Wformat] Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-04-04term-utils: verify writing to streams was successfulSami Kerola1-0/+2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-16scriptreplay: cleanup usage()Karel Zak1-8/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-26scriptreplay: fix buffer overflowSami Kerola1-2/+2
Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-12scriptreplay: allow arguments as command line switchesSami Kerola1-9/+28
The command line switches override old style arguments Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-12scriptreplay: support long optionsSami Kerola1-9/+38
Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-12scriptreplay: end printing with new lineSami Kerola1-0/+1
Depending on opinion this is either modest bug fix or tiny improvement. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-03-02build-sys: move script and scriptreplay to term-utils/Karel Zak1-0/+182
Signed-off-by: Karel Zak <kzak@redhat.com>