diff --git a/doc/espterm-xterm.html b/doc/espterm-xterm.html
index 63170d4..07b961d 100644
--- a/doc/espterm-xterm.html
+++ b/doc/espterm-xterm.html
@@ -671,10 +671,11 @@ CSI ? Pm h
Ps = 1 -> Application Cursor Keys (DECCKM).
Ps = 2 -> Designate USASCII for character sets G0-G3
(DECANM), and set VT100 mode.
- Ps = 3 -> 132 Column Mode (DECCOLM).
+ Ps = 3 -> 132 Column Mode (DECCOLM). ESPTerm doesn't have enough RAM for 132x25,
+ but it implements the side effects of clearing the screen and resetting the scolling region.
Ps = 4 -> Smooth (Slow) Scroll (DECSCLM).
Ps = 5 -> Reverse Video (DECSCNM).
- Ps = 6 -> Origin Mode (DECOM). TODO implement
+ Ps = 6 -> Origin Mode (DECOM).
Ps = 7 -> Wraparound Mode (DECAWM).
Ps = 8 -> Auto-repeat Keys (DECARM).
Ps = 9 -> Send Mouse X & Y on button press. See the sec-
@@ -1078,7 +1079,7 @@ CSI ! p Soft terminal reset (DECSTR).
Ps = 2 -> DECSED and DECSEL can erase.
CSI Ps ; Ps r
Set Scrolling Region [top;bottom] (default = full size of win-
- dow) (DECSTBM). TODO implement
+ dow) (DECSTBM).
CSI ? Pm r
Restore DEC Private Mode Values. The value of Ps previously
saved is restored. Ps values are the same as for DECSET. TODO implement
@@ -1304,10 +1305,12 @@ OSC Ps ; Pt ST
and window title.
Ps = 0 -> Change Icon Name and Window Title to Pt.
Ps = 1 -> Change Icon Name to Pt.
- Ps = 2 -> Change Window Title to Pt.
+ Ps = 2 -> Change Window Title to Pt. (same as 0)
Ps = 3 -> Set X property on top-level window. Pt should be
in the form "prop=value", or just "prop" to delete the prop-
erty
+ Ps = 81-85 -> Change text of button 1 through 5. Empty string
+ makes the button appear disabled (grayed out).
Ps = 4 ; c; spec -> Change Color Number c to the color spec-
ified by spec. This can be a name or RGB specification as per
XParseColor. Any number of c/spec pairs may be given. The