############################################################################
# TSM user customizable file: tsm_menu, Run a program menu definitions.
#
# TSM will search along the following paths (in order) for this file name.
#     ./.tsmtext/$LANG/
#     ./.tsmtext/C/
#     ./.tsmtext/
#     $HOME/.tsmtext/$LANG/
#     $HOME/.tsmtext/C/
#     $HOME/.tsmtext/
#     /usr/tsm/text/$LANG/
#     /usr/tsm/text/C/
#     /usr/tsm/text/
#
# It is recommended that you copy this file to $HOME/.tsmtext/
# for customization.
#
# If tsm has not been installed in the standard path, /usr/tsm,
# then set the environment variable, $TSMPATH to the location of
# tsm directory on your system.
############################################################################
# main menu bar for TSM control menu
# @(#) $Header: tsm_menu,v 72.2 94/07/12 09:06:49 ssa Exp $

menu_bar
menu_title=Menu TSM    Session $current_window_number: $current_window_title

item_name=Slectionner
item_selection=S
item_type=intrinsic
item_action=win_menu
# item_auto_select

item_name=Excuter
item_selection=E
item_type=menu
item_action=prog_menu

item_name=CouperColler
item_selection=C
item_type=menu
item_action=cut_paste_menu

item_name=Imprimer
item_selection=I
item_type=menu
item_action=print_menu

item_name=Divers
item_selection=D
item_type=menu
item_action=misc_menu

item_name=Fin
item_selection=F
item_type=intrinsic
item_action=quit_tsm
dialog_box
dialog_item_prompt TSM sera ferm et toutes les
dialog_item_prompt sessions TSM prendront fin.

item_name=Aide
item_selection=A
item_type=ft_command
item_action=?
