Last night become a productive night... On Sat, Oct 18, 2008 at 9:34 PM, Kazuo Teramoto <[EMAIL PROTECTED]> wrote: > I looked at the source code and looks like this can be implemented (I > changed the XDrawLine that draw the underline to (xpixel-1, ypixel + > font->ascent,xpixel-1, ypixel) and worked[somewhat, I get some > corruption]...) I fixed that, the corruption is caused by the -1 on xpixel.
> me some pointers (what I don't know is how a can implement a new > escape sequence, because after searching the faqs looks like changing > cursor type can't be changed via esc. seqs.) I got that to, using the perl interface to get escapes (on_osc_seq_perl). But now I acknowledge how much is necessary to make a new cursor style available (a lots of definitions). But I don't use the underline so a changed my underline to a 'sideline', not code-pretty but works. I'm thinking in making a new cursor style, but before investing more time I like to know if someone more like to have this, and if it have any chance to be put on official code? Thanks! -- «Dans la vie, rien n'est à craindre, tout est à comprendre» Marie Sklodowska Curie. _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
