xterm_clear(3f) - [M_xterm] clear xterm(1) screen using escape sequences (LICENSE:MIT)
Synopsis
Description
Example
Author
License
subroutine xterm_clear()
clears the screen of an xterm(1) window using escape sequences
A sample program:
program demo_xterm_clear use M_xterm, only : xterm_clear implicit none call xterm_clear() end program demo_xterm_clear
John S. Urban
Nemo Release 3.1 | xterm_clear (3) | February 23, 2025 |