]> git.ipfire.org Git - thirdparty/util-linux.git/commit
more: avoid defining special characters locally
authorSami Kerola <kerolasa@iki.fi>
Sat, 21 Mar 2020 15:59:04 +0000 (15:59 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 13 Apr 2020 11:14:07 +0000 (12:14 +0100)
commit508b2d79df446058b6d06d7f5a7480a6c9c07e03
tree959a88fe9c33d08ad6b0a660841543d4af9a4988
parentba105bb5eb0052ee7d85d0903ad4ae9e87114930
more: avoid defining special characters locally

The sys/ttydefaults.h can be used for CTRL() and rubout that is CERASE.  For
alarm it's best to keep things simple and call printf() alarm modifier.
QUIT was not in use, so it is just deleted.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/more.c