public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: menus in rxvt
@ 1999-06-04  7:46 Lincoln, W. Terry
  1999-06-04  9:15 ` Dr. Volker Zell
  1999-06-30 22:10 ` Lincoln, W. Terry
  0 siblings, 2 replies; 8+ messages in thread
From: Lincoln, W. Terry @ 1999-06-04  7:46 UTC (permalink / raw)
  To: 'Dr. Volker Zell', Raju K. V.; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]

Title: RE: menus in rxvt





Dr. Zell


I have rxvt v2.20 under cygwin and it says:


rxvt: bad option "-menu"
rxvt: bad option "terminal"


Is this fixed in a later version?  Which version should I get?



W. Terry Lincoln - Senior Engineer           \     \   _   /
Ultimate Technology Corporation               \     \ |J| /
a Tridex Company (NASDAQ:trdx)                 \     _|E|_
ICQ# 39362285                                   \   |_ S _|
Email:  < mailto:WTerryLincoln@engineer.com >      \    |U|
1 < http://www.AngelFire.com/ny/TerryLincoln >      \ / |S| \
2 < http://www.geocities.com/Eureka/Concourse/7326 > \  | |
==================================================== ~~~~~
Opinions expressed do not represent the management of UTC.



> -----Original Message-----
> From: Dr. Volker Zell [ mailto:vzell@de.oracle.com ]
> Sent: Friday, June 04, 1999 6:40 AM
> To: Raju K. V.
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: menus in rxvt
> 
> 
> >>>>> "Raju" == Raju K V <rajukv@wipinfo.soft.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.
> 
 -- 8< --
> 
> 
> Ciao
>   Volker
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: menus in rxvt
  1999-06-04  7:46 menus in rxvt Lincoln, W. Terry
@ 1999-06-04  9:15 ` Dr. Volker Zell
  1999-06-30 22:10   ` Dr. Volker Zell
  1999-06-30 22:10 ` Lincoln, W. Terry
  1 sibling, 1 reply; 8+ messages in thread
From: Dr. Volker Zell @ 1999-06-04  9:15 UTC (permalink / raw)
  To: Lincoln, W. Terry; +Cc: Raju K. V., cygwin

>>>>> "Lincoln" == Lincoln, W Terry <terryl@ultimatetechnology.com> writes:

    Lincoln> I have rxvt v2.20 under cygwin and it says:

    Lincoln> rxvt: bad option "-menu" rxvt: bad option "terminal"

    Lincoln> Is this fixed in a later version?  Which version should I
    Lincoln> get?

I have 

 rxvt-2.6.PRE2 - http://babayaga.math.fu-berlin.de/~rxvt/

and configured with

 ./configure --enable-xpm-background --enable-menubar --with-xpm --enable-utmp --enable-wtmp --enable-transparency --with-x --with-xpm

I also use this patch:

diff -upr /rxvt-2.6.PRE2/src/main.c rxvt-2.6.PRE2/src/main.c
--- /rxvt-2.6.PRE2/src/main.c   Thu Jan 28 08:24:39 1999
+++ rxvt-2.6.PRE2/src/main.c    Sun Feb 14 15:43:45 1999
@@ -1367,6 +1367,11 @@ main(int argc, const char * const *argv)
     init_env();
     init_command(cmd_argv);

+#ifdef __CYGWIN32__
+    /* Make sure the terminal subsystem knows about the initial size. */
+    tt_resize();
+#endif
+
     main_loop();               /* main processing loop */
     return EXIT_SUCCESS;
 }


Ciao
 Volker


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: menus in rxvt
  1999-06-04  7:46 menus in rxvt Lincoln, W. Terry
  1999-06-04  9:15 ` Dr. Volker Zell
@ 1999-06-30 22:10 ` Lincoln, W. Terry
  1 sibling, 0 replies; 8+ messages in thread
From: Lincoln, W. Terry @ 1999-06-30 22:10 UTC (permalink / raw)
  To: 'Dr. Volker Zell', Raju K. V.; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]

Title: RE: menus in rxvt





Dr. Zell


I have rxvt v2.20 under cygwin and it says:


rxvt: bad option "-menu"
rxvt: bad option "terminal"


Is this fixed in a later version?  Which version should I get?



W. Terry Lincoln - Senior Engineer           \     \   _   /
Ultimate Technology Corporation               \     \ |J| /
a Tridex Company (NASDAQ:trdx)                 \     _|E|_
ICQ# 39362285                                   \   |_ S _|
Email:  < mailto:WTerryLincoln@engineer.com >      \    |U|
1 < http://www.AngelFire.com/ny/TerryLincoln >      \ / |S| \
2 < http://www.geocities.com/Eureka/Concourse/7326 > \  | |
==================================================== ~~~~~
Opinions expressed do not represent the management of UTC.



> -----Original Message-----
> From: Dr. Volker Zell [ mailto:vzell@de.oracle.com ]
> Sent: Friday, June 04, 1999 6:40 AM
> To: Raju K. V.
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: menus in rxvt
> 
> 
> >>>>> "Raju" == Raju K V <rajukv@wipinfo.soft.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.
> 
 -- 8< --
> 
> 
> Ciao
>   Volker
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: menus in rxvt
  1999-06-04  9:15 ` Dr. Volker Zell
@ 1999-06-30 22:10   ` Dr. Volker Zell
  0 siblings, 0 replies; 8+ messages in thread
From: Dr. Volker Zell @ 1999-06-30 22:10 UTC (permalink / raw)
  To: Lincoln, W. Terry; +Cc: Raju K. V., cygwin

>>>>> "Lincoln" == Lincoln, W Terry <terryl@ultimatetechnology.com> writes:

    Lincoln> I have rxvt v2.20 under cygwin and it says:

    Lincoln> rxvt: bad option "-menu" rxvt: bad option "terminal"

    Lincoln> Is this fixed in a later version?  Which version should I
    Lincoln> get?

I have 

 rxvt-2.6.PRE2 - http://babayaga.math.fu-berlin.de/~rxvt/

and configured with

 ./configure --enable-xpm-background --enable-menubar --with-xpm --enable-utmp --enable-wtmp --enable-transparency --with-x --with-xpm

I also use this patch:

diff -upr /rxvt-2.6.PRE2/src/main.c rxvt-2.6.PRE2/src/main.c
--- /rxvt-2.6.PRE2/src/main.c   Thu Jan 28 08:24:39 1999
+++ rxvt-2.6.PRE2/src/main.c    Sun Feb 14 15:43:45 1999
@@ -1367,6 +1367,11 @@ main(int argc, const char * const *argv)
     init_env();
     init_command(cmd_argv);

+#ifdef __CYGWIN32__
+    /* Make sure the terminal subsystem knows about the initial size. */
+    tt_resize();
+#endif
+
     main_loop();               /* main processing loop */
     return EXIT_SUCCESS;
 }


Ciao
 Volker


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* menus in rxvt
  1999-06-04  1:48 Raju K. V.
  1999-06-04  3:43 ` Dr. Volker Zell
@ 1999-06-30 22:10 ` Raju K. V.
  1 sibling, 0 replies; 8+ messages in thread
From: Raju K. V. @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

hi,


I have heard that you can have menus in rxvt. How do you enable them?

Thanks in advance,
Raju


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: menus in rxvt
  1999-06-04  3:43 ` Dr. Volker Zell
@ 1999-06-30 22:10   ` Dr. Volker Zell
  0 siblings, 0 replies; 8+ messages in thread
From: Dr. Volker Zell @ 1999-06-30 22:10 UTC (permalink / raw)
  To: Raju K. V.; +Cc: cygwin

>>>>> "Raju" == Raju K V <rajukv@wipinfo.soft.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@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: menus in rxvt
  1999-06-04  1:48 Raju K. V.
@ 1999-06-04  3:43 ` Dr. Volker Zell
  1999-06-30 22:10   ` Dr. Volker Zell
  1999-06-30 22:10 ` Raju K. V.
  1 sibling, 1 reply; 8+ messages in thread
From: Dr. Volker Zell @ 1999-06-04  3:43 UTC (permalink / raw)
  To: Raju K. V.; +Cc: cygwin

>>>>> "Raju" == Raju K V <rajukv@wipinfo.soft.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@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* menus in rxvt
@ 1999-06-04  1:48 Raju K. V.
  1999-06-04  3:43 ` Dr. Volker Zell
  1999-06-30 22:10 ` Raju K. V.
  0 siblings, 2 replies; 8+ messages in thread
From: Raju K. V. @ 1999-06-04  1:48 UTC (permalink / raw)
  To: cygwin

hi,


I have heard that you can have menus in rxvt. How do you enable them?

Thanks in advance,
Raju


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-06-30 22:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-04  7:46 menus in rxvt Lincoln, W. Terry
1999-06-04  9:15 ` Dr. Volker Zell
1999-06-30 22:10   ` Dr. Volker Zell
1999-06-30 22:10 ` Lincoln, W. Terry
  -- strict thread matches above, loose matches on Subject: below --
1999-06-04  1:48 Raju K. V.
1999-06-04  3:43 ` Dr. Volker Zell
1999-06-30 22:10   ` Dr. Volker Zell
1999-06-30 22:10 ` Raju K. V.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).