diff options
-rw-r--r-- | mbbsd/more.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c index ac6bcf92..25b3d8dc 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -115,8 +115,7 @@ more_readln(int fd, unsigned char *buf) } while (len < t_columns && buf < tail); if (in_big5 && len >= t_columns) { - strcpy(buf - 1, "\033[1;34m>\033[m"); - buf += 10; + --buf; --head; --data; --bytes; |