[dev] st mouse support beyond column 223

2013-01-24 Thread Egmont Koblinger
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 arbitrary coordinates. This extension is getting widely adopted across terminals (e

Re: [dev] cannot run st

2013-01-24 Thread Aurélien Aptel
On Thu, Jan 24, 2013 at 6:47 PM, pancake wrote: > i've been quite busy these last months.. so i was a little disconnected from > the suckless development... but several months ago i tried to run st on OSX > without success.. and today i tried to run it on linux (voidlinux) without > much more luck

Re: [dev] cannot run st

2013-01-24 Thread Christoph Lohmann
Greetings. On Thu, 24 Jan 2013 19:46:30 +0100 pancake wrote: > i've been quite busy these last months.. so i was a little disconnected > from the suckless development... but several months ago i tried to run > st on OSX without success.. and today i tried to run it on linux > (voidlinux) witho

Re: [dev] [st] Selection bug after using tmux mode-mouse

2013-01-24 Thread Christoph Lohmann
Greetings. On Thu, 24 Jan 2013 19:41:58 +0100 wilhelm schuster wrote: > Hi, > I was trying to use the "mode-mouse" (via `:setw -g mode-mouse on') of > tmux to scroll around in its scrollback buffer. In this mode tmux > catches the cursor, so if you want to select text with the mouse > cursor, it

Re: [dev] cannot run st

2013-01-24 Thread Ryan Mullen
On Thu, Jan 24, 2013 at 06:47:42PM +0100, pancake wrote: > //setlocale(LC_CTYPE, ""); > XSetLocaleModifiers(""); > tnew(80, 24); In the past, commenting this line has given me vastly improved st startup times on a slow Debian system I was using. I haven't spent any time deb

[dev] cannot run st

2013-01-24 Thread pancake
i've been quite busy these last months.. so i was a little disconnected from the suckless development... but several months ago i tried to run st on OSX without success.. and today i tried to run it on linux (voidlinux) without much more luck. I get the same error on both systems, but looks li