Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 30 09:19:42 2025 UTC | Revision 1.2 by sysadm, Fri May 2 03:34:58 2025 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #ifndef _SCREEN_H_ | #ifndef _SCREEN_H_ |
| 19 | #define _SCREEN_H_ | #define _SCREEN_H_ |
| 20 | ||
| 21 | extern int screen_rows; | |
| 22 | extern int screen_cols; | |
| 23 | ||
| 24 | extern void moveto(int row, int col); | extern void moveto(int row, int col); |
| 25 | ||
| 26 | extern void clrtoeol(); | extern void clrtoeol(); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |