[dev] [st] [PATCH v2] Implement OSC 12 (change text cursor color)

2017-06-04 Thread Arkadiusz Hiler
This escape sequence comes from xterm and derivatives and allows terminal to change cursor color. In xterm it supported only #RRGGBB color format, but starting with rxvt it allows to change the color using indexes from the color table. We support only color indexes. Use: echo -ne "\033]12;$COLO

Re: [dev] [st] [PATCH] Implement OSC 12 (change text cursor color)

2017-06-04 Thread Arkadiusz Hiler
On Sun, Jun 04, 2017 at 06:15:10PM +0200, Hiltjo Posthuma wrote: > On Sun, Jun 04, 2017 at 05:25:36PM +0200, Arkadiusz Hiler wrote: > > This escape sequence comes from xterm and derivatives and allows > > terminal to change cursor color. > > > > In xterm it supporte

[dev] [st] [PATCH] Implement OSC 12 (change text cursor color)

2017-06-04 Thread Arkadiusz Hiler
This escape sequence comes from xterm and derivatives and allows terminal to change cursor color. In xterm it supported only #RRGGBB color format, but starting with rxvt it allows to change the color using indexes from the color table. We support only color indexes. Use: echo -ne "\033]12;$COLO

[dev] [dmenu][patch] add vim-ish ^[ exit

2013-06-13 Thread Arkadiusz Hiler
for all the people that switched from escape key to ^[ chord which are frustrated being unable to exit dmenu at the first try --- dmenu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dmenu.c b/dmenu.c index a06ae15..5e0a19c 100644 --- a/dmenu.c +++ b/dmenu.c @@ -279,6 +279,8 @@ keypress(X