MadLadSquad / UntitledEscapeParser

A unix escape sequence parser written in C++

Home Page:https://madladsquad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UntitledEscapeParser

MIT license trello Discord

Currently in active early development! Expect direct pushes to master, missing features and bugs!

A unix escape sequence parser written in C++

Features

  • \n ✅
  • \a ✅
  • \b ✅
  • \f ✅
  • \r ✅
  • \t ✅
  • \v ✅
  • 16 colours ✅
  • 256 colours ✅
  • True Colour ✅
  • Font sequence parsing ✅
  • Support for most text appearance attributes ✅
  • Cursor movement support
  • Text erasing support
  • Character strings support
  • Screen modes
  • Private modes

Learning

In the wiki

About

A unix escape sequence parser written in C++

https://madladsquad.com/

License:MIT License


Languages

Language:C++ 100.0%