Name Date Size #Lines LOC

..10-May-2022-

MakefileH A D10-May-2022417 1611

READMEH A D10-May-20222.2 KiB6047

ch.cH A D10-May-20228.9 KiB429239

cmd.hH A D10-May-20221.7 KiB5934

command.cH A D10-May-202212.9 KiB630500

decode.cH A D10-May-20223.7 KiB17697

help.cH A D10-May-2022438 2412

input.cH A D10-May-20224.4 KiB216114

less.hH A D10-May-20221.4 KiB6243

lesskey.1H A D10-May-20223.3 KiB123101

lesskey.cH A D10-May-20227.7 KiB349215

line.cH A D10-May-202211 KiB483275

linenum.cH A D10-May-20228.4 KiB358172

linstallH A D10-May-202215.3 KiB756594

main.cH A D10-May-20226.3 KiB342232

mkfuncs.awkH A D10-May-2022158 107

more.1H A D10-May-20227.7 KiB273272

more.helpH A D10-May-20221.6 KiB4030

option.cH A D10-May-20222.2 KiB10383

os.cH A D10-May-20225 KiB258150

output.cH A D10-May-20223.8 KiB229151

pathnames.hH A D10-May-2022253 132

position.cH A D10-May-20222.8 KiB13875

position.hH A D10-May-20221.1 KiB305

prim.cH A D10-May-202215.3 KiB809459

prompt.cH A D10-May-20228.4 KiB413279

screen.cH A D10-May-202210.7 KiB562338

signal.cH A D10-May-20223.2 KiB195127

tags.cH A D10-May-20223.5 KiB18090

ttyin.cH A D10-May-2022817 5425

vecho.cH A D10-May-20221.7 KiB7139

version.cH A D10-May-20229.5 KiB1974

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