libvt100

A library for heling in console programming.
git clone git://r-36.net/libvt100
Log | Files | Refs | README | LICENSE

README.md (145B)


      1 # libvt100 - a simple vt100 library
      2 
      3 ## Installation
      4 
      5 	make
      6 	make install
      7 
      8 ## How to use it
      9 
     10 The names in vt100.h should be obvious.
     11 
     12 Have fun!
     13