summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 53e6dea3..539985c4 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1895,7 +1895,7 @@ display_textline_internal(textline_t *p, int i, int min, int max)
newpnt = fix_cursor(p->data, newpnt, FC_LEFT);
if(newpnt == curr_buf->edit_margin-1)
{
- (*output)("\033[1m\033[m");
+ (*output)(ANSI_COLOR(1) "<" ANSI_RESET);
pdata++;
}
(*output)(pdata);