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) August 28, 2026
Generated by manServer 1.08 from 4007a24f-dd78-45d1-be25-a805f3d5fd2b using man macros.