descriptionUseful Terminal IO Library
homepage URLhttp://utio.sourceforge.net
ownermsharov@users.sourceforge.net
last changeFri, 26 Oct 2007 01:12:34 +0000 (25 21:12 -0400)
content tags
add:
readme
This Useful Terminal IO library is a C++ alternative to ncurses for working with terminfo-defined terminals. Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.
shortlog
2007-10-26 Mike SharovFixed the terminal not fully functional errormaster
2007-10-26 Mike SharovHardcoded kv_Enter
2007-10-26 Mike SharovAdded usable xterm and rxvt terminfos
2007-10-25 Mike SharovKV_MASK needs explicit scope for kf_MetaBit
2007-10-22 Mike SharovRemoved metastate; modifier keys are now ORed onto...
2007-10-07 Mike SharovChanged rarely available acsv_Board to acsv_Checkerboar...
2007-10-07 Mike SharovFixed altcharset under xterm
2007-08-19 Mike SharovUpdated bsconf with the latest from uSTL
2007-07-25 Mike SharovMoved gdt specs to uSTL
2007-03-06 msharovFixed gdt tuple specs to read-touch in ctor and to...
2007-02-11 msharovFixed compiling with gcc 4.2. Mostly noalias stuff.
2007-01-28 msharovAdded some specs to reduce code generated by Point2d...
2006-11-18 msharovBumped up version number after release
2006-11-18 msharovUpdated for release 1.2v1.2
2006-11-18 msharovReplace for loop with fill_n
2006-11-09 msharovFixed point clip to return false on empty gcs
...
tags
16 years ago v1.2 2006-11-18 Release 1.2 * Removed...
16 years ago v1.1 2005-11-10 Release 1.1 * Fixed...
16 years ago v1.0 2005-06-29 Release 1.0 * Initial...
16 years ago v0.1 Initial revision.
heads
16 years ago master