updating readme

This commit is contained in:
David Bittner
2019-04-27 15:08:04 -04:00
parent 7cc3642f92
commit d533eac192
2 changed files with 41 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ mod parsers;
/// + Erase Display
/// + Erase Line
/// + Set Graphics mode
/// Set and Reset Text Mode
/// + Set and Reset Text Mode
///
/// This is done through a pulldown type parser, where an iterator is exposed. This essentially
/// turns all of the ANSI sequences into enums and splits the string at every location that there