This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsetup/screen.h

20 lines
377 B
C
Raw Permalink Normal View History

2009-05-15 20:01:56 +00:00
#ifndef _SCREEN_H
#define _SCREEN_H
void clrtoeol(void);
void hor_lin(int y, int x, int len);
void set_color(int f, int b);
void show_date(int f, int b, int y, int x);
void center_addstr(int y, char *s);
void screen_start(char *);
void screen_stop(void);
void working(int txno, int y, int x);
void clr_index(void);
void showhelp(char *T);
// int menu_prompt(void);
#endif