This commit is contained in:
Scott Prager 2014-09-13 09:46:21 -04:00
parent 1761a4af71
commit 959ebfd5c2

View File

@ -3565,7 +3565,7 @@ win_line (
} else if (c != NUL) {
p_extra = transchar(c);
if (n_extra == 0) {
n_extra = byte2cells(c);
n_extra = byte2cells(c) - 1;
}
if ((dy_flags & DY_UHEX) && wp->w_p_rl)
rl_mirror(p_extra); /* reverse "<12>" */