diff options
author | Denys Vlasenko | 2009-05-20 12:20:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-20 12:20:48 +0200 |
commit | e18255d1dadc9686daa328fa121423b47d2f6af4 (patch) | |
tree | abea08a2f62c5fa9322086d5b0151b602636da2b /util-linux/Config.in | |
parent | e424423a7b164e0c343c180a944844fd27ccbe97 (diff) | |
parent | 38478a600f52eb8f00d260a2f99d8430b9aba1e8 (diff) | |
download | busybox-e18255d1dadc9686daa328fa121423b47d2f6af4.zip busybox-e18255d1dadc9686daa328fa121423b47d2f6af4.tar.gz |
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index e5c053f..0245501 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -764,6 +764,13 @@ config SCRIPT help The script makes typescript of terminal session. +config SCRIPTREPLAY + bool "scriptreplay" + default n + help + This program replays a typescript, using timing information + given by script -t. + config SETARCH bool "setarch" default n |