]> git.pld-linux.org Git - packages/less.git/blame - less-number.patch
- fixed cheching term library (on all test look for tgetent() not like previouse
[packages/less.git] / less-number.patch
CommitLineData
7945257c 1--- less-358/line.c.num Fri Oct 5 06:02:45 2001
2+++ less-358/line.c Fri Oct 5 06:03:22 2001
3@@ -153,8 +153,10 @@
4 sprintf(&linebuf[curr], "%*d", LINENUM_WIDTH, lno);
5 column += LINENUM_WIDTH;
6 for (i = 0; i < LINENUM_WIDTH; i++)
7+ {
8 charset[curr] = ASCII;
9 attr[curr++] = AT_NORMAL;
10+ }
11 }
12 /*
13 * Append enough spaces to bring us to the lmargin.
This page took 0.070289 seconds and 4 git commands to generate.