Re: [dev] [surf] Webkit inspector

2013-01-26 Thread Christoph Lohmann
Greetings. On Sat, 26 Jan 2013 21:03:30 +0100 Gregor Best wrote: > On Sat, Jan 26, 2013 at 04:07:08PM +0100, Christoph Lohmann wrote: > > [...] > > I applied your patch. It seems to work, but not inside of tabbed. Could > > you reconsider to maybe force the inspector into some vertical tiling in

Re: [dev] [surf] Webkit inspector

2013-01-26 Thread Gregor Best
On Sat, Jan 26, 2013 at 04:07:08PM +0100, Christoph Lohmann wrote: > [...] > I applied your patch. It seems to work, but not inside of tabbed. Could > you reconsider to maybe force the inspector into some vertical tiling in > surf? That’s how chromium does it and this would not need some communi‐

Re: [dev] [st] Back Color Erase

2013-01-26 Thread Christoph Lohmann
Greetings. On Sat, 26 Jan 2013 16:15:43 +0100 Mihail Zenkov wrote: > 2013/1/20, Christoph Lohmann <2...@r-36.net>: > > In a freshly compiled mc looks like this [0] in st. I don’t see any > > gaps. Did you forget to reinstall the st.info? > > Yes, I reinstall st.info. My mc compiled with -

[dev][dwm] status toggle patch

2013-01-26 Thread Bryan Bennett
I've spent the last couple of days working on a small patch to do much the same thing that the statuscolors patch does, but without most of the suck. Rather than having certain colors assigned to certain ascii characters in the control range, I implemented a way to switch between normfg and selfg i

Re: [dev] [surf] Webkit inspector

2013-01-26 Thread Christoph Lohmann
Greetings. On Sat, 26 Jan 2013 16:07:08 +0100 Gregor Best wrote: > Hi people, > > the attached patch replaces the simple source view of surf with the more > powerful webkit inspector. Since we are using webkit anyways, I figured > we might as well benefit from the dev tools... > > There's a sma

Re: [dev] st mouse support beyond column 223

2013-01-26 Thread Egmont Koblinger
Hi Christoph, Thanks for applying! Works correctly for me from git. A couple of ways of testing: Vim: - Get newest vim (7.3.785 - you need to download and apply the 785 patches individually from ftp://ftp.vim.org/pub/vim/patches/7.3/ ) - ./configure --with-features=big; make install - put this

Re: [dev] st mouse support beyond column 223

2013-01-26 Thread Christoph Lohmann
Greetings. On Sat, 26 Jan 2013 15:14:22 +0100 Egmont Koblinger wrote: > Hi guys, > > The original mouse protocol for terminals encodes the coordinates as a > single byte (plus 32) hence only allows coordinates up to 223. > > Xterm's SGR 1006 extension changes to a different format which allows