/[LeafOK_CVS]/lbbs/src/screen.c
ViewVC logotype

Diff of /lbbs/src/screen.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.22 by sysadm, Tue Apr 29 03:39:04 2025 UTC Revision 1.23 by sysadm, Tue Apr 29 14:04:10 2025 UTC
# Line 66  void clrtobot(int line_begin) Line 66  void clrtobot(int line_begin)
66    
67  void clearscr()  void clearscr()
68  {  {
69          prints("\33[2J");          prints("\033[2J");
70          moveto(0, 0);          moveto(0, 0);
71          iflush();          iflush();
72  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1