We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ef9ec commit 692ee23Copy full SHA for 692ee23
README.md
@@ -5,6 +5,7 @@ toyterm is a toy terminal emulator.
5
## Features/Limitations
6
7
- hardware accelerated graphics
8
+- support for SIXEL graphics
9
- toyterm assumes UTF-8 encoding
10
- following basic functions are TODO
11
- text selection with mouse
@@ -63,6 +64,10 @@ Currently toyterm supports the following functions.
63
64
- SGR
65
- VPA
66
67
+## Device Control Function
68
+
69
+- DCS `q` (sixel string...) ST
70
+ - see <https://www.vt100.net/docs/vt3xx-gp/chapter14.html> for the representation
71
72
## License
73
0 commit comments