############################################################################
# TSM user customizable file: prog_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.
############################################################################
# @(#) $Header: prog_menu,v 72.4 94/09/30 14:07:26 ssa Exp $

pull_down_menu

item_name=Shell
item_selection=S
item_type=program
item_action=$SHELL

item_name=shell des touches programmables (shell Menu)
item_selection=M
item_type=program
item_action=/usr/bin/keysh

item_name=Courrier (elm)
item_selection=C
item_type=program
item_action=elm

item_name=Diteur (vi)...
item_selection=D
item_type=program
item_action=vi $0
dialog_box
dialog_item_prompt Fichier(s) :
dialog_item_var $0 60

item_name=SAM (system Administration manager)
item_selection=A
item_type=program
item_action=/usr/sbin/sam
item_name=autres pRogrammes...   $tsm_hot_keyr
item_selection=r
item_type=program
item_action=$0
new_window_title=$0
dialog_box
dialog_item_prompt Programme :
dialog_item_var $0 60
