--- lbbs/include/screen.h 2025/05/17 06:46:23 1.6 +++ lbbs/include/screen.h 2025/05/18 08:53:21 1.7 @@ -17,6 +17,8 @@ #ifndef _SCREEN_H_ #define _SCREEN_H_ +#define CTRL_SEQ_CLR_LINE "\033[K" + extern void moveto(int row, int col); extern void clrtoeol();