Skip to content

Minimal Ada VT100 API library. [when one doesn't need full ncurses...]

License

Notifications You must be signed in to change notification settings

darkestkhan/vt100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is wrapper library for vt100 calls in Ada.

To build with different than default CPU switches add "-XCPU=switches" to
gprbuild command. Defualt CPU switches are: "-m64 -mssse3 -march=native -fPIC"

------------------------------------------------------------------------------
--                    Copyright © 2011 - 2015 darkestkhan                   --
------------------------------------------------------------------------------
-- Permission to use, copy, modify, and/or distribute this software for any --
-- purpose with or without fee is hereby granted, provided that the above   --
-- copyright notice and this permission notice appear in all copies.        --
--                                                                          --
-- The software is provided "as is" and the author disclaims all warranties --
-- with regard to this software including all implied warranties of         --
-- merchantability and fitness. In no event shall the author be liable for  --
-- any special, direct, indirect, or consequential damages or any damages   --
-- whatsoever resulting from loss of use, data or profits, whether in an    --
-- action of contract, negligence or other tortious action, arising out of  --
-- or in connection with the use or performance of this software.           --
------------------------------------------------------------------------------

About

Minimal Ada VT100 API library. [when one doesn't need full ncurses...]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages