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) | June 29, 2025 |
Generated by manServer 1.08 from f6ab38b8-9c2f-4ded-a6b5-185659ca0ff2 using man macros.