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) February 23, 2025
Generated by manServer 1.08 from 682cfd2b-771e-4830-9bf1-a2476a5bc5c5 using man macros.