tg
fec876cdcf
fix Message-ID: <e3fded850705221323w1442f15cr4375a5590acf8088@mail.gmail.com>
(by dramsey again, you're DA MAN) by replicating some of the x_redraw() logic Note that this is correct, a construct like the full-fledged | x_e_putc2((xep > xlp) ? ((xbp > xbuf) ? '*' : '>') : (xbp > xbuf) ? '<' : ' '); is not needed since if (xep > xlp) && (xbp > xbuf) – i.e. in the '*' case – x_redraw() will be called anyway and because (xx_cols - 2 - x_col) == 0 the code won't be triggered.
Description
MirBSD Korn Shell for Jehanne
Languages
C
57.6%
Shell
26%
Roff
13.3%
Perl
2.6%
Makefile
0.5%