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 c1d5e1b..f37c80a 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -139,7 +139,7 @@ #define HIGHLIGHT ESC"[7m" #define NORMAL ESC"[0m" /* The escape code to home and clear to the end of screen */ -#define CLEAR ESC"[H\033[J" +#define CLEAR ESC"[H"ESC"[J" /* The escape code to clear to the end of line */ #define CLEAR_2_EOL ESC"[K" |