[UP]


Manual Reference Pages  - xterm_labels (3)

NAME

xterm_labels(3f) - [M_xterm] set xterm(1) X11 WIndow labels using escape sequences (LICENSE:PD)

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

Public Domain


xterm_labels (3) September 17, 2020
Generated by manServer 1.08 from cd172b99-b8ed-4b60-afa6-c051f222aa69 using man macros.