Re: [dev] [dvtm] ESC sequences in madtty.c

2010-12-18 Thread Ross Mohn
Great! I'll check it out of the git HEAD from now on. Thanks for your work on this! -Ross On 12/18/2010 02:39 PM, Marc Andre Tanner wrote: > On Tue, Dec 07, 2010 at 04:45:09PM -0500, Ross Mohn wrote: >> Sorry, I ran into two more issues that I fixed today. New patch is >> attached. > I applied y

Re: [dev] [dvtm] ESC sequences in madtty.c

2010-12-18 Thread Marc Andre Tanner
On Tue, Dec 07, 2010 at 04:45:09PM -0500, Ross Mohn wrote: > Sorry, I ran into two more issues that I fixed today. New patch is > attached. I applied your patches and did a few cosmetic changes (the coding style in madtty.c is still a mess but at least it's now a more or less consistent mess). I

Re: [dev] [dvtm] ESC sequences in madtty.c

2010-12-12 Thread Marc Andre Tanner
On Tue, Dec 07, 2010 at 04:45:09PM -0500, Ross Mohn wrote: > Sorry, I ran into two more issues that I fixed today. New patch is > attached. Thanks, I will take a look. In the future please post one patch per logical change. Thanks, Marc -- Marc Andre Tanner >< http://www.brain-dump.org/ >< GP

Re: [dev] [dvtm] ESC sequences in madtty.c

2010-12-07 Thread Ross Mohn
Sorry, I ran into two more issues that I fixed today. New patch is attached. 1. I added support for set origin to relative/absolute (ESC[?6h, ESC[?6l) 2. Recognize set/clear graphmode with ESC(0, ESC(B I also put in a clear screen at the end of the creation process. You probably don't notice the

[dev] [dvtm] ESC sequences in madtty.c

2010-12-07 Thread Ross Mohn
Hi, I'm no terminal expert, and I'm reluctant to add more code to the madtty.c source, but I hope these changes will be considered. They certainly work for me! The existing ESC ] s (CUPSV) and ESC ] u (CUPRS) are for save/restore cursor position. I use at least one program that uses ESC 7 (DECSC