C Library Functions  - xterm_clear (3)

NAME

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

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

    MIT


Nemo Release 3.1 xterm_clear (3) July 22, 2023
Generated by manServer 1.08 from 039278c2-ac97-49b3-9042-3b2de93ac094 using man macros.