UConio Library v1.0.5
~~~~~~~~~~~~~~~~~~~~~

DATE: Tue Sep 19 22:49:09 ART 2000
DEVELOPMENT PLATFORM: Mandrake Linux 7.1 (2.2.15 Kernel)
TESTED WITH: gcc 2.95.3 19991030 (prerelease) / GNU Make 3.79

INTRODUCTION:
------------
	    Do you remember the CONIO.H header from Borland? yeah, in
UNIX we have CURSES.H what is better? obviously CURSES!.
No matters, i start wrote this library in a boreing moment.
I Wanna to port and add some functions to the original CONIO.H library, 
all this porting was an idea of GiBa, but i wanna to do the library.
Anyways, i hope you like it, the lib isnt completed yet.	
    
    [NOTE TO SPANISH PEOPLE: Hey, perdonen, pero esta vez va]
    [todo en ingles, porque es el lenguaje universal.       ]
    [Igual, aguante nuestra hispanidad!!                    ]
    [Viva Argentina!                                        ]


CURRENT WORKING FUNCTIONS:
-------------------------
    * u_gotoxy()    - Function to move the cursor to anywhere on the screen	
    * u_clrscr()    - Function to clear the current screen
[E] * u_beep()      - Function to play a single or more beeps
                      through the PCSpeaker
    * u_textcolor   - Function to change the foreground and background colour
[E] * u_textattr    - Function to change the text Attributes
    * u_wherex()    - Function to get current x cursor position
    * u_wherey()    - Function to get current y cursor position
    * u_getch()     - Function to get a single char from the terminal
    * u_getche()    - Function to take and echo a single char from stdin 
                      to stdout
    * u_normvideo() - Reset the Video Attributes to Default
    * u_clreol()    - Clear the characters to the end of the line
    * u_puttext()   - Create a BOX with characters inside		      
[E] * u_vputc()     - Put a determinated quantity of characters on the
                      screen
    

(NOTE: The [E] icon prefixing the function name means the contiguos function
       isnt present in the original CONIO.H, its only present in UCONIO.H)
       
      
HOW TO USE:
----------
See the examples directory to learn how to use.
For more information, see the function manpages in the
third section.
Also, i wrote a nice Tutorial in the 'tutorial'
directory.


AUTHOR:
------
	The author is a almost-17 years old kid who haves too many time to
expend, and code this library and too many of other application for the
UNIX environment.
Pablo J. Vidal, the author, was born in Argentina, on the 21st of September
of 1983.
He was a formerly administrator of L.U.G.Ar. (Linux User Group Argentina).

Pablo Vidal <pablo@pablovidal.org>

COLABORATORS:
-----------	
Ryan Daniels <ryan@pablovidal.org>
Christian Larsen <upstream@shell2.lomag.net>
Neil Newell - <nk@nashpool-telecom.com>
Simos Xenitellis - <s.xenitellis@rhbnc.ac.uk>
Brent Jackson - <bj38118@cs.appstate.edu>
Daniel Wyrytowski - <danw@starlinux.com.ar>

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
URL: <http://www.pablovidal.org>
Author E-Mail: <pablo@pablovidal.org>
Bug Reports: <uconio-bugs@pablovidal.org>