| 17 |
#ifndef _SCREEN_H_ |
#ifndef _SCREEN_H_ |
| 18 |
#define _SCREEN_H_ |
#define _SCREEN_H_ |
| 19 |
|
|
|
extern int screen_rows; |
|
|
extern int screen_cols; |
|
|
|
|
| 20 |
extern void moveto(int row, int col); |
extern void moveto(int row, int col); |
| 21 |
|
|
| 22 |
extern void clrtoeol(); |
extern void clrtoeol(); |
| 35 |
|
|
| 36 |
extern int get_data(int row, int col, char *prompt, char *buffer, int buffer_length, int echo_mode); |
extern int get_data(int row, int col, char *prompt, char *buffer, int buffer_length, int echo_mode); |
| 37 |
|
|
|
extern int display_file(const char *filename); |
|
|
|
|
| 38 |
extern int display_file_ex(const char *filename, int begin_line, int wait); |
extern int display_file_ex(const char *filename, int begin_line, int wait); |
| 39 |
|
|
| 40 |
extern int show_top(char *status); |
extern int show_top(char *status); |