Re: [dev] Re: [st] [PATCH] Character size scaling factors

2013-08-01 Thread Roberto E. Vargas Caballero
It seems good to me, if nobody says other thing I'll apply it next week. -- Roberto E. Vargas Caballero k...@shike2.com http://www.shike2.com

Re: [dev] [st] [PATCH] Fixed memory leak in xsettitle().

2013-08-01 Thread Roberto E. Vargas Caballero
> &prop); > XSetWMName(xw.dpy, xw.win, &prop); > + XFree(prop.value); > } > Good catch, I'll apply it. -- Roberto E. Vargas Caballero k...@shike2.com http://www.shike2.com

Re: [dev] [sbase] [patch v4] Add df(1)

2013-08-01 Thread Galos, David
> David, what do you think? Ideally, sbase should achieve portability through a lack of system-dependent code. I think it might soon be important to create a ubase for ugly, unportable stuff. ifconfig, mount insmod, could live there. Perhaps that would be a better home for df? Everything else on th

Re: [dev] [st] [PATCH] 8bit-meta like xterm

2013-08-01 Thread Roberto E. Vargas Caballero
On Fri, Jul 26, 2013 at 10:11:08PM +, Mihail Zenkov wrote: > This changes break alt+i/alt+o/alt+p/etc in mc. It depends of the configuration of your system and the applications you are using. In ther terminfo entry we don't have the km entry, but we have rmm and smm. From my view point an app

Re: [dev] [st] [PATCH] Fix blink mode check

2013-08-01 Thread Roberto E. Vargas Caballero
On Thu, Jul 25, 2013 at 04:24:16PM -0700, Michael Forney wrote: > ATTR_BLINK is an attribute for a Glyph and will not be set in term.mode. Good catch, I'll apply it. -- Roberto E. Vargas Caballero k...@shike2.com http://www.shike2.com

Re: [dev] [st] [PATCH] Fix some bugs in mouse tracking logic

2013-08-01 Thread Roberto E. Vargas Caballero
> * Button number in X10 mode: > > I believe the button - 1 came from "C b is button - 1" from [0]. > However, above this section, it states > > "Normally, parameters (such as pointer poisition and button number) > for all mouse tracking escape sequences generated by xterm encode >