summaryrefslogtreecommitdiff
path: root/documentation/src/Fl_Terminal.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/Fl_Terminal.dox')
-rw-r--r--documentation/src/Fl_Terminal.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/src/Fl_Terminal.dox b/documentation/src/Fl_Terminal.dox
index 92460f067..13e385b71 100644
--- a/documentation/src/Fl_Terminal.dox
+++ b/documentation/src/Fl_Terminal.dox
@@ -131,7 +131,8 @@ Features will be added as the widget matures.
│ │
│ │ *** Special RGB Color ***
│ │
-│ └── ESC [ 38 ; Red ; Grn ; Blue m - where Red,Grn,Blu are decimal (0-255)
+│ ├── ESC [ 38 ; 2; Red ; Grn ; Blue m - Foreground 8-bit Red,Grn,Blu values (in decimal 0-255)
+│ └── ESC [ 48 ; 2; Red ; Grn ; Blue m - Background 8-bit Red,Grn,Blu values (in decimal 0-255)
│ ESC[s - save cursor pos (ansi.sys+xterm+gnome, but NOT vt100)
│ ESC[u - rest cursor pos (ansi.sys+xterm+gnome, but NOT vt100)