Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

MadLadSquad/UntitledEscapeParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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