xterm_labels(3f) - [M_xterm] set xterm(1) X11 Window labels using escape sequences (LICENSE:MIT)
Synopsis
Description
Options
Example
Author
License
subroutine xterm_labels(type,label)
character(len=*),intent(in) :: type character(len=*),intent(in) :: label
Set icon and decoration title labels for xterm(1) windows.
type
title set title bar label hint in X11 Windows decoration name set icon name hint for X11 Windows manager nt set title and icon name
label string used to set label associated with TYPE.
A sample program:
program demo_xterm_labels use M_xterm, only : xterm_labels implicit none call xterm_labels(title,CLUSTER LOGIN) end program demo_xterm_labels
John S. Urban
Nemo Release 3.1 | xterm_labels (3) | February 23, 2025 |