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) August 28, 2026
Generated by manServer 1.08 from 15df4a79-a963-4347-a4e2-b8d630492729 using man macros.