From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/language/doc/clear.hlp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pkg/language/doc/clear.hlp (limited to 'pkg/language/doc/clear.hlp') diff --git a/pkg/language/doc/clear.hlp b/pkg/language/doc/clear.hlp new file mode 100644 index 00000000..c4fe3207 --- /dev/null +++ b/pkg/language/doc/clear.hlp @@ -0,0 +1,22 @@ +.help clear Feb86 language +.ih +NAME +clear -- clear the terminal screen +.ih +USAGE +clear +.ih +DESCRIPTION +The \fIclear\fR command clears the terminal screen. For this to work properly +the environment variable \fIterminal\fR must correctly identify the terminal +currently in use. If the terminal should get stuck in reverse video mode, +\fIclear\fR will restore normal video mode as well as clearing the screen. +.ih +EXAMPLES +1. Clear the screen and print the current directory. + + cl> cle;dir +.ih +SEE ALSO +beep, stty +.endhelp -- cgit