Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 06-Jun-1993 | 417 | 16 | 11 | |
README | H A D | 25-Jul-1988 | 2.2 KiB | 60 | 47 | |
ch.c | H A D | 06-Jun-1993 | 8.9 KiB | 429 | 239 | |
cmd.h | H A D | 23-Sep-1988 | 1.7 KiB | 59 | 34 | |
command.c | H A D | 06-Jun-1993 | 12.9 KiB | 630 | 500 | |
decode.c | H A D | 06-Jun-1993 | 3.7 KiB | 176 | 97 | |
help.c | H A D | 06-Jun-1993 | 438 | 24 | 12 | |
input.c | H A D | 06-Jun-1993 | 4.4 KiB | 216 | 114 | |
less.h | H A D | 06-Jun-1993 | 1.4 KiB | 62 | 43 | |
lesskey.1 | H A D | 25-Jul-1988 | 3.3 KiB | 123 | 101 | |
lesskey.c | H A D | 25-Jul-1988 | 7.7 KiB | 349 | 215 | |
line.c | H A D | 06-Jun-1993 | 11 KiB | 483 | 275 | |
linenum.c | H A D | 06-Jun-1993 | 8.4 KiB | 358 | 172 | |
linstall | H A D | 21-Jul-1988 | 15.3 KiB | 756 | 594 | |
main.c | H A D | 07-Jun-1993 | 6.3 KiB | 342 | 232 | |
mkfuncs.awk | H A D | 21-Jul-1988 | 158 | 10 | 7 | |
more.1 | H A D | 18-Apr-1994 | 7.7 KiB | 273 | 272 | |
more.help | H A D | 06-Dec-1988 | 1.6 KiB | 40 | 30 | |
option.c | H A D | 06-Jun-1993 | 2.2 KiB | 103 | 83 | |
os.c | H A D | 06-Jun-1993 | 5 KiB | 258 | 150 | |
output.c | H A D | 27-Apr-1995 | 3.8 KiB | 229 | 151 | |
pathnames.h | H A D | 06-Jun-1993 | 253 | 13 | 2 | |
position.c | H A D | 06-Jun-1993 | 2.8 KiB | 138 | 75 | |
position.h | H A D | 25-Jul-1988 | 1.1 KiB | 30 | 5 | |
prim.c | H A D | 06-Jun-1993 | 15.3 KiB | 809 | 459 | |
prompt.c | H A D | 25-Jul-1988 | 8.4 KiB | 413 | 279 | |
screen.c | H A D | 20-Apr-1994 | 10.7 KiB | 562 | 338 | |
signal.c | H A D | 06-Jun-1993 | 3.2 KiB | 195 | 127 | |
tags.c | H A D | 06-Jun-1993 | 3.5 KiB | 180 | 90 | |
ttyin.c | H A D | 06-Jun-1993 | 817 | 54 | 25 | |
vecho.c | H A D | 25-Jul-1988 | 1.7 KiB | 71 | 39 | |
version.c | H A D | 25-Jul-1988 | 9.5 KiB | 197 | 4 |
README
1/* 2 * Copyright (c) 1988 Mark Nudleman 3 * Copyright (c) 1988 Regents of the University of California. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms are permitted 7 * provided that the above copyright notice and this paragraph are 8 * duplicated in all such forms and that any documentation, 9 * advertising materials, and other materials related to such 10 * distribution and use acknowledge that the software was developed 11 * by Mark Nudleman and the University of California, Berkeley. The 12 * name of Mark Nudleman or the 13 * University may not be used to endorse or promote products derived 14 * from this software without specific prior written permission. 15 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 16 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 17 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 18 * 19 * @(#)README 5.2 (Berkeley) 07/25/88 20 */ 21 22This is the distribution of "less", a paginator similar to "more" or "pg". 23The manual page is in less.man (nroff source in less.nro). 24 25INSTALLATION: 26 271. Move the distributed source to its own directory and 28 unpack it by running "sh" on the distribution files, 29 if you have not already done so. 30 312. Type "sh linstall" and answer the questions it asks. 32 This will generate a makefile and a defines.h. 33 34 If you choose not to include some features in your version, 35 you may wish to edit the manual page "less.nro" and the help 36 page "less.help" to remove the references to the appropriate 37 commands or options. 38 393. It is a good idea to look over the generated makefile 40 and make sure it looks ok. 41 424. Type "make" and watch the fun. 43 445. If the make succeeds, it will generate a program "less" 45 in your current directory. Test the generated program. 46 476. When satisfied that it works, if you wish to install it 48 in a public place, type "make install". 49 50If you have any problems building or running "less", 51suggestions, complaints, etc., you may mail to the 52author via USENET at: 53 sun \ 54 decwrl } !pyramid!ctnews!mitisft!markn 55 ihnp4!hplabs / 56 57 58Note to hackers: comments noting possible improvements are enclosed 59in double curly brackets {{ like this }}. 60