Mercurial > hg > octave-lojdl
diff src/sysdep.cc @ 3332:7c03933635c6
[project @ 1999-11-02 06:57:12 by jwe]
author | jwe |
---|---|
date | Tue, 02 Nov 1999 06:57:16 +0000 |
parents | 7ae1928ca623 |
children | 15cddaacbc2d |
line wrap: on
line diff
--- a/src/sysdep.cc +++ b/src/sysdep.cc @@ -120,7 +120,7 @@ { malloc_error (malloc_handler); } -#endif +endif #if defined (__EMX__) OS2_init (void) @@ -320,7 +320,12 @@ } DEFUN (clc, , , - "clc (): clear screen") + "-*- texinfo -*-\n\ +@deftypefn {Built-in Function} {} clc ()\n\ +@deftypefnx {Built-in Function} {} home ()\n\ +Clear the terminal screen and move the cursor to the upper left corner.\n\ +@end deftypefn\n\ +") { command_editor::clear_screen ();