Re: [dev] [dvtm] a series of patches

2011-05-22 Thread Marc Andre Tanner
On Fri, Mar 25, 2011 at 10:29:20PM -0400, Ross Mohn wrote: > > > 1. support for compiling under AIX I have by now pushed most of your changes. However... > Index: forkpty-aix.c > === > --- forkpty-aix.c (.../vendor/current)

Re: [dev] [dvtm] a series of patches

2011-04-18 Thread Marc Andre Tanner
On Fri, Mar 25, 2011 at 10:32:06PM -0400, Ross Mohn wrote: > 5. support colorrules[] to match strings against window titles, > applycolorrules(), and call madtty_set_dflt_colors() I finally found some time to look at your patches. The additional parameter for t_row_set is a bit ugly. I tested a v

Re: [dev] [dvtm] a series of patches

2011-03-26 Thread pancake
What's wrong with sending them all in a single mail? Didnt your mail client supports attaching multiple files? On 26/03/2011, at 3:25, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git reposito

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
3. fix a scrolling issue and add in "ESC #" to call interpret_esc_SCS() On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git repository > (committed 2011-01-07). I think I

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
I forgot to mention: the reason I increased the number of palette_end is because with many colors, such as with some of the vttest scripts, the color_pairs begin to overwrite each other. With 256 I was certainly getting some funky color shifts because of this! I just doubled it to 512, but I think

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
6. support to backfill text from the buffer when a windows is resized with more rows On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git repository > (committed 2011-01-

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
5. support colorrules[] to match strings against window titles, applycolorrules(), and call madtty_set_dflt_colors() On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
4. support for "ESC 6 n", get cursor position, which calls a new function, send_curs() On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git repository > (committed 2011-0

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
2. support the 8 basic highlighted colors, plus a couple of color_hash fixes On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git repository > (committed 2011-01-07). I th

Re: [dev] [dvtm] a series of patches

2011-03-25 Thread Ross Mohn
1. support for compiling under AIX On 03/25/2011 10:25 PM, Ross Mohn wrote: > I'm going to post a series of 6 patches for dvtm over the next several > minutes. They all apply to the current HEAD of the dvtm git repository > (committed 2011-01-07). I think I've teased them all apart pretty well