Skip to content

Commit 8d0bdef

Browse files
committed
Add ANSI/VT100 keywords
1 parent adf3454 commit 8d0bdef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Streaming terminal emulator, built on top of React PHP
1616
### ControlCodeParser
1717

1818
The `ControlCodeParser(ReadableStreamInterface $input)` class can be used to
19-
parse any control code byte sequences when reading from an input stream and it
19+
parse any control code byte sequences (ANSI / VT100) when reading from an input stream and it
2020
only returns its plain data stream.
2121
It wraps a given `ReadableStreamInterface` and exposes its plain data through
2222
the same interface.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clue/term-react",
33
"description": "Streaming terminal emulator, built on top of React PHP",
4-
"keywords": ["terminal", "control codes", "xterm", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"],
4+
"keywords": ["terminal", "control codes", "xterm", "ANSI", "ASCII", "VT100", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"],
55
"homepage": "https://github.com/clue/php-term-react",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)