home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d149
/
less
/
readme.fnf
< prev
next >
Wrap
Text File
|
1987-06-15
|
859b
|
25 lines
As received, this version of less had a couple of readily noticeable
inconsistencies with the documentation. First, when repainting the
screen, it was cleared and repainted from the top down instead of
scrolling from the bottom up. Secondly, the default tab spacing was
noted to be 4 spaces instead of 8.
To keep this version more consistent with the documentation and previous
versions of less, the following changes were made in the source code and
recompiled under Manx 3.4a:
File: Line#:
---- -----
option.c 67 Was: { 'c', TRIPLE, 2, &top_scroll,
Now: { 'c', TRIPLE, 0, &top_scroll,
130 Was: { 'x', NUMBER|REPAINT, 4, &tabstop,
Now: { 'x', NUMBER|REPAINT, 8, &tabstop,
print.c 93 Was: tab_stops = 4;
Now: tab_stops = 8;
-Fred ><>
11-Aug-88