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) July 22, 2023
Generated by manServer 1.08 from ad04e2a7-c954-43d4-b0b7-42b6c19ec271 using man macros.