v3.16.0: The Stanley Parable 🪣
v3.16.0 (2024-09-02)
Fixed
- Teach terminal-to-html about numbers bigger than 127 #177 (@DrJosh9000)
terminal-to-html now more closely resembles a regular terminal in the following ways:
- ANSI sequence parameters (e.g. relative cursor movements) greater than 127 are now supported
- It emulates a window of size 160 columns x 100 lines (configurable with flags) for the purposes of bounding cursor movements
- CSI H (absolute cursor position on screen) is now implemented
- CSI 1J and 2J clear parts of the window rather than the entire scrollback