Hi,
I came across patches for the Solarized color scheme under
https://st.suckless.org/patches/solarized/ .
I wuold like to point out that the "light" variant, along with its
screenshot, is incorrect.
According to the Solarized homepage
https://ethanschoonover.com/solarized/ , the section "The V
Hi Silvan,
> Patches welcome!
My sole intent was to report a bug, leaving it up to you how you handle it.
Thanks for your understanding,
egmont
On Fri, Sep 7, 2018 at 2:35 PM, Silvan Jegen wrote:
> Hi
>
> On Fri, Sep 7, 2018 at 2:31 PM, Egmont Koblinger wrote:
>> I came
Whoa whoa whoa... could we stop here for a sec, please?
First of all, before filing this bugreport I checked suckless's
homepage, which says on its Community page: "dev@suckless.org - for
dwm/dmenu/st/… users, development discussion, bug reports and general
discussion". I did look up that this is
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
ngs.
>
> 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
Hi,
In all other terminals, enabling the 1000 mouse mode automatically disables
the 1002 mode, and vice versa. Less importantly, in many of them (e.g.
xterm) disabling either one disables the currently active one, whichever
that is.
Tmux is, for one, and application that keeps switching between
Hi,
I attach a simple patch to st, to enable bracketed paste mode (
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Bracketed%20Paste%20Mode).
It's mainly useful for text editors to disable line wrapping and auto
indentation when text is being pasted, rather than typed from keyboard.
On t
> Vim has a special mode for that. See :h 'paste' for more details, including:
Sure, in every text editor (we're not talking about vim only) you can
disable autoindent and wordwrap. The question is if you need to do
that manually before every paste, and then revert afterwards (and then
it's going
Hi,
> Could you put an example when it is useful?
The typical use case is when copy-pasting source code (or any kind of
indented text) into text editors that do their own intentation, and
the two add up together and produce a staircase effect. With this
feature text editors can temporarily switc
On Thu, Sep 19, 2013 at 11:27 AM, Roberto E. Vargas Caballero
wrote:
> It seems there are some users that could be interested in this feature,
> so I will apply it next week.
Cool, thanks! :)
egmont
On Thu, Sep 19, 2013 at 4:51 PM, Nick wrote:
> To check, how does this work exactly? Does X send the escape code to
> any window when pasting with middle click
X doesn't do anything special. It's st that changes its behavior and
does some extra stuff.
There's no change whatsoever until someone
11 matches
Mail list logo