[UP]


Manual Reference Pages  - xterm_clear (3)

NAME

xterm_clear(3f) - [M_xterm] clear xterm(1) screen using escape sequences (LICENSE:PD)

CONTENTS

Synopsis
Description
Example
Author
License

SYNOPSIS

subroutine xterm_clear()

DESCRIPTION

clears the screen of an xterm(1) window using escape sequences

EXAMPLE

A sample program:

   program demo_xterm_clear
   use M_xterm, only : xterm_clear
   implicit none
   call xterm_clear()
   end program demo_xterm_clear

AUTHOR

John S. Urban

LICENSE

Public Domain


xterm_clear (3) September 17, 2020
Generated by manServer 1.08 from af3e07de-2f21-46ee-88c8-80400272c265 using man macros.