diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index 58c1ec217..d5301bf58 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -209,6 +209,8 @@ static void fill_match_lines(unsigned pos); | |||
209 | * Has to deal with EOF and EPIPE on input, | 209 | * Has to deal with EOF and EPIPE on input, |
210 | * with line wrapping, with last line not ending in '\n' | 210 | * with line wrapping, with last line not ending in '\n' |
211 | * (possibly not ending YET!), with backspace and tabs. | 211 | * (possibly not ending YET!), with backspace and tabs. |
212 | * It reads input again if last time we got an EOF (thus supporting | ||
213 | * growing files) or EPIPE (watching output of slow process like make). | ||
212 | * | 214 | * |
213 | * Variables used: | 215 | * Variables used: |
214 | * flines[] - array of lines already read. Linewrap may cause | 216 | * flines[] - array of lines already read. Linewrap may cause |