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.
2007-05-22 21:01:38 +00:00
2007-05-22 19:31:01 +00:00
2007-05-13 19:14:05 +00:00
2007-05-13 18:49:00 +00:00
2007-05-13 18:49:00 +00:00
2007-05-13 19:14:05 +00:00
2007-05-13 18:33:29 +00:00
2007-03-04 03:47:37 +00:00
2007-05-22 19:31:01 +00:00
Description
MirBSD Korn Shell for Jehanne
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%