add info about new OSC to help

pull/2/head
Ondřej Hruška 7 years ago
parent e9e0600b24
commit 9cab25ed4d
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 13
      pages/help/cmd_system.php

@ -99,6 +99,19 @@
10 bytes long.
</td>
</tr>
<tr>
<td>
<code>
\e]30;<i>x</i>;<i>c</i>\a
</code>
</td>
<td>
Set button _x_ (1-5) color to _c_ - e.g.`\e]30;2;#00FF00\a`
makes the 2nd button green. Supported are SGR colors 1-255
and TrueColor in the format `#RRGGBB`. Use 0 to
reset to the default color.
</td>
</tr>
<tr>
<td>
<code>

Loading…
Cancel
Save