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