diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index c1d5e1b39..f37c80ad8 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -139,7 +139,7 @@ | |||
139 | #define HIGHLIGHT ESC"[7m" | 139 | #define HIGHLIGHT ESC"[7m" |
140 | #define NORMAL ESC"[0m" | 140 | #define NORMAL ESC"[0m" |
141 | /* The escape code to home and clear to the end of screen */ | 141 | /* The escape code to home and clear to the end of screen */ |
142 | #define CLEAR ESC"[H\033[J" | 142 | #define CLEAR ESC"[H"ESC"[J" |
143 | /* The escape code to clear to the end of line */ | 143 | /* The escape code to clear to the end of line */ |
144 | #define CLEAR_2_EOL ESC"[K" | 144 | #define CLEAR_2_EOL ESC"[K" |
145 | 145 | ||