############################################################################
# TSM user customizable file: cut_o_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.
############################################################################
# Cut options menu for TSM 
# @(#) $Header: cut_o_menu,v 72.2 94/07/12 09:04:07 ssa Exp $

pull_down_menu

item_name=couper Bloc   (rectangle, changements de ligne insrs) $tsm_hot_keycb
item_selection=B
item_type=tsm_cmd_to_user
item_action=cb

item_name=couper Texte  (par lignes, changements de ligne inclus) $tsm_hot_keyct
item_selection=T
item_type=tsm_cmd_to_user
item_action=ct

item_name=couper Chane (par lignes, changements de ligne exclus) $tsm_hot_keycc
item_selection=C
item_type=tsm_cmd_to_user
item_action=cc
