Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / tucniak / term / tt_str.h (download)

Revision 1.1.1.1 (vendor branch), Fri Nov 11 16:08:27 2005 UTC (18 years, 5 months ago) by koli


Changes since 1.1: +0 -0 lines

Initial import

// Copyright (c) 2003 Juraj Kolesár (koli) <koli@koli.sk>               
int tt_str_get(POS point, int n, char *str);
    /*main tt_get_str function
    handles user inputs by getting string value
    */
int tt_str_input(int input, int n, int *pos, char *str);
    /*actualy this is the main function that decides what is 
    going to happen with all argument values according to the
    "int input" argument
    -returns TT_*constants* (see "tt.h") for next user input handling
    -could be used without tt_get_str function (see tt_table)
    */
int tt_str_draw(POS point, int n, int pos, int fill, char *str);
    /*draws actual string value and moves cursor to actual position
    -space between n and end of the string is filled with char fill
    -could be used without tt_get_str function (see tt_table)
TODO    
    GET OUT THIS by overflow follows on next line
    */

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top