Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Thu May 15 14:17:53 2025 UTC | Revision 1.5 by sysadm, Fri May 16 12:23:57 2025 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 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(); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |