source: abuse/branches/pd/abuse/inc/text_gui.hpp @ 636

Last change on this file since 636 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 673 bytes
Line 
1int change_dir(char *path);
2long K_avail(char *path);
3void set_cursor(int x, int y);
4void put_char(int x, int y, int val, int color=0x17);
5unsigned short get_char(int x, int y, int val);
6void put_string(int x,int y,char *s, int c);
7void bar(int x1, int y1, int x2, int y2, int v, int c);
8void cls();
9void box(int x1, int y1, int x2, int y2, int c);
10void put_title(char *t);
11int nice_copy(char *title, char *source, char *dest);
12void *nice_input(char *t, char *p, char *d);
13void *nice_menu(void *main_title, void *menu_title, void *list);
14void center_tbox(void *list, int c);
15void *show_yes_no(void *t, void *msg, void *y, void *n);
16void modify_install_path(char *path);
17
18
19
Note: See TracBrowser for help on using the repository browser.