| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| X-Mailer: | 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) (via feedmail 8 I); |
| Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" | |
| To: | "Raju K. V." <rajukv AT wipinfo DOT soft DOT net> |
| Cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: menus in rxvt |
| References: | <Pine DOT SV4 DOT 3 DOT 93 DOT 990604144008 DOT 13170A-100000 AT tagore> |
| Mime-Version: | 1.0 (generated by tm-edit 7.108) |
| From: | "Dr. Volker Zell" <vzell AT de DOT oracle DOT com> |
| Date: | 04 Jun 1999 12:40:02 +0200 |
| In-Reply-To: | "Raju K. V."'s message of "04 Jun 99 11:10:56 +0200" |
| Message-ID: | <kvhfoob665.fsf@vzell.de.oracle.com> |
| Lines: | 81 |
>>>>> "Raju" == Raju K V <rajukv AT wipinfo DOT soft DOT net> writes:
Raju> hi, I have heard that you can have menus in rxvt. How do you
Raju> enable them?
I start rxvt like this from a batch file:
rxvt -title %USERDOMAIN%\%USERNAME%@%COMPUTERNAME% -bg AntiqueWhite -fn 6x13 -geometry 166x48+0+20 -menu terminal -sl 2000
-menu does the trick.
I have my menus under
/usr/local/share/rxvt
for example here is my terminal.menu:
# standard settings for a `terminal' control menu
# only attach to an existing menubar
[menu]
/Terminal/*
./Font/*
{Normal} ^@\E]50;#
{Larger} ^@\E]50;#+
{Smaller} ^@\E]50;#-
{-}
{Font 1} ^@\E]50;#1
{Font 2} ^@\E]50;#2
{Font 3} ^@\E]50;#3
{Font 4} ^@\E]50;#4
../Screen/*
{ReverseVideo} ^@\E[?5t
{Toggle Width} ^@\E[?3t
{Cursor} ^@\E[?25t
{Switch} ^@\E[?47t
{-}
{menuBar} ^@\E[?10t
{refresh menu} ^@\E[?10h
{scrollBar} ^@\E[?30t
{-}
{Toggle scroll-on-TTY} ^@\E[?1010t
{Toggle scroll-on-Key} ^@\E[?1011t
../Keys/*
{XTerm} ^@\E[?35t
{Backspace} ^@\E[?67t
{Cursor} ^@\E[?1t
{KeyPad} ^@\E[?66t
../
{-}
./Pixmap/*
{None} ^@\E[m\E]20;\a
{-}
# load .xpm files (assuming Rxvt*path: has been properly set)
# notice there are 2 ways to do this task
{background5} ^@\E]20;background5
{Mona} ^@\E]10;[pixmap:monalisa;100]
{-}
./Attrib/*
{Full} ^@\E]20;;100x100+50+50;?
{Tiled} ^@\E]20;;0
{Centre} ^@\E]20;;=+50+50;?
{-}
# set `quick arrow' keys
{Zoom}{200/50%} ^@\E]10;[:<b>\^@\\E]20;;<r>200x0<l>50x0<u>0x200<d>0x50<e>;?:]
{Pos}{5%} ^@\E]10;[:<b>\^@\\E]20;;<r>+5+0<l>-5+0<u>+0-5<d>+0+5<e>;?:]
../
../
{-}
{Version} ^@\E[8n
/
# make sure the change gets updated
[show]
[done]
#--------------------------------------------------------------------- eof
Ciao
Volker
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |