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
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
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
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
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
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