Re: [dev] [dvtm] Graphics in madtty.c

2011-01-06 Thread Aurélien Aptel
On Thu, Jan 6, 2011 at 12:44 AM, Marc Andre Tanner m...@brain-dump.org wrote: On the other hand, now that I've been prompted  to finally compile and try a version of st, I love it! And, this has probably already been discussed, but wouldn't it be more efficient to just write an optional patch

Re: [dev] [dvtm] Graphics in madtty.c

2011-01-06 Thread Ross Mohn
On 01/05/2011 06:44 PM, Marc Andre Tanner wrote: On Sun, Jan 02, 2011 at 11:32:00AM -0500, Ross Mohn wrote: Now I understand the mystery better. At home I do get the graphics (using HEAD), but not at work. And the reason is that at home I use en_US.utf8 while at work I'm stuck with AIX boxes

Re: [dev] [dvtm] Graphics in madtty.c

2011-01-05 Thread Marc Andre Tanner
On Sun, Jan 02, 2011 at 11:32:00AM -0500, Ross Mohn wrote: Now I understand the mystery better. At home I do get the graphics (using HEAD), but not at work. And the reason is that at home I use en_US.utf8 while at work I'm stuck with AIX boxes that don't have that locale installed, just

Re: [dev] [dvtm] Graphics in madtty.c

2011-01-02 Thread Ross Mohn
Now I understand the mystery better. At home I do get the graphics (using HEAD), but not at work. And the reason is that at home I use en_US.utf8 while at work I'm stuck with AIX boxes that don't have that locale installed, just en_US. So, the UTF8 code within dvtm prints the actual UTF8 graphic

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Niki Yoshiuchi
The problem is with dvtm, specifically older versions. dvtm 0.5.2 definitely has this problem and I know that the HEAD of the git repository does not. According to the git log it was fixed by you: commit 163a07d5fb99f2b187e1da0f66084f14d6459626 Author: Marc Andre Tanner m...@brain-dump.org

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-30 Thread Ross Mohn
Yes, I did add that patch, and it does indeed set the graphmode flag in dvtm, but it still prints 'lqj' rather than the graphic versions of them. I just tried st: graphics from st, but just 'lqj' from dvtm within st. Not sure what's going on now. :-/ On 12/30/2010 02:50 PM, Niki Yoshiuchi

[dev] [dvtm] Graphics in madtty.c

2010-12-29 Thread Ross Mohn
Has anyone ever seen any of the graphics characters print in a madtty of dvtm? I don't think they work because they're not being displayed by an ncurses function, just by plain old write(), so there's no graphics translation being performed. Try echo'ing out this escape sequence and see what you

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-29 Thread Aurélien Aptel
On Wed, Dec 29, 2010 at 4:44 PM, Ross Mohn rpm...@waxandwane.org wrote:  Has anyone ever seen any of the graphics characters print in a madtty of dvtm? I don't think they work because they're not being displayed by an ncurses function, just by plain old write(), so there's no graphics

Re: [dev] [dvtm] Graphics in madtty.c

2010-12-29 Thread Ross Mohn
Thanks for that! Yes, it also works in screen and tmux, but not dvtm. I'll slog through some tmux code and see about adding it to dvtm. On 12/29/2010 05:27 PM, Aurélien Aptel wrote: On Wed, Dec 29, 2010 at 4:44 PM, Ross Mohn rpm...@waxandwane.org wrote: Has anyone ever seen any of the