Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Sat May 17 06:46:23 2025 UTC | Revision 1.7 by sysadm, Sun May 18 08:53:21 2025 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | #ifndef _SCREEN_H_ | #ifndef _SCREEN_H_ |
| 18 | #define _SCREEN_H_ | #define _SCREEN_H_ |
| 19 | ||
| 20 | #define CTRL_SEQ_CLR_LINE "\033[K" | |
| 21 | ||
| 22 | extern void moveto(int row, int col); | extern void moveto(int row, int col); |
| 23 | ||
| 24 | extern void clrtoeol(); | extern void clrtoeol(); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |