C Library Functions - xterm_labels (3)
NAME
xterm_labels(3f) - [M_xterm] set xterm(1) X11 Window labels using escape sequences
(LICENSE:MIT)
CONTENTS
Synopsis
Description
Options
Example
Author
License
SYNOPSIS
subroutine xterm_labels(type,label)
character(len=*),intent(in) :: type
character(len=*),intent(in) :: label
DESCRIPTION
Set icon and decoration title labels for xterm(1) windows.
OPTIONS
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.
|
|
EXAMPLE
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
AUTHOR
John S. Urban
LICENSE
MIT
| Nemo Release 3.1 | xterm_labels (3) | June 29, 2025 |
Generated by manServer 1.08 from a65c66cd-3286-41b3-ad8d-3667fbb2e848 using man macros.