]> git.ipfire.org Git - thirdparty/util-linux.git/blame - text-utils/more.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / text-utils / more.c
CommitLineData
6dbe3af9 1/*
5c36a0eb 2 * Copyright (C) 1980 The Regents of the University of California.
6dbe3af9
KZ
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are permitted
6 * provided that the above copyright notice and this paragraph are
7 * duplicated in all such forms and that any documentation,
8 * advertising materials, and other materials related to such
9 * distribution and use acknowledge that the software was developed
10 * by the University of California, Berkeley. The name of the
11 * University may not be used to endorse or promote products derived
12 * from this software without specific prior written permission.
13 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16 */
17
6dbe3af9
KZ
18/*
19** more.c - General purpose tty output filter and file perusal program
20**
21** by Eric Shienbrood, UC Berkeley
22**
23** modified by Geoff Peck, UCB to add underlining, single spacing
24** modified by John Foderaro, UCB to add -c and MORE environment variable
fd6b7a7f
KZ
25** modified by Erik Troan <ewt@redhat.com> to be more posix and so compile
26** on linux/axp.
27** modified by Kars de Jong <jongk@cs.utwente.nl> to use terminfo instead
28** of termcap.
7eda085c
KZ
29