Re: problems getting rxvt 2.7.3 to compile

2000-09-15 Thread Geoff Wing
Geoff Wing [EMAIL PROTECTED] typed: :Hmm, according to my X headers, the error is correct and the :code is wrong. The error is at: :XRegisterIMInstantiateCallback(.., .., .., .., : XIMProc(XIM, XPointer, XPointer), ..) :And the code in rxvt says XIMProc(Display

Re: WM_ICON_NAME differences with xterm

2000-10-12 Thread Geoff Wing
Jeremy C. Reed [EMAIL PROTECTED] typed: :I use version v2.6.1. (I would check a newer version, but it appears that :the change log doesn't mention any reason for my question.) :Why does xterm and rxvt act differently? Patch follows. If you're using 2.6.3 you need to apply against "main.c"

Re: More WM_ICON_NAME differences with xterm

2000-10-27 Thread Geoff Wing
John Waggenspack [EMAIL PROTECTED] typed: :xterm and rxvt are still acting differently. :rxvt -name NAME -title TITLE -e csh -f :WM_ICON_NAME(STRING) = "csh" :WM_NAME(STRING) = "TITLE" :xterm -name NAME -title TITLE -e csh -f :WM_ICON_NAME(STRING) = "TITLE" :WM_NAME(STRING) = "TITLE" Thanks,

Re: possibly more efficient cmd_getc

2000-11-01 Thread Geoff Wing
to hear (perhaps from the person who coded :the cmd_getc function) why the retval value is not used :straightaway. It appeared like that sometime between 1.5 and 2.08 Regards, -- Geoff Wing : [EMAIL PROTECTED] Rxvt Stuff : [EMAIL PROTECTED] Zsh Stuff : [EMAIL PROTECTED]

Re: Security hole in RXVT.

2001-02-13 Thread Geoff Wing
or any other file of importance. :even if root doesn't have world writeable terminal, i can still :make a file called /tmp/look-shes-naked.txt and root will cat it :and frob /etc/passwd. Except the file is opened O_CREAT | O_EXCL so if it already exists it won't overwrite it. Regards, -- Geoff

Re: [patch] Magic resize

2001-04-12 Thread Geoff Wing
towards the center of the screen. Thanks. I've added this in with a couple of changes: 1) I've called it --enable-smart-resize for the moment 2) I've added basic counteraction of WM placements - ie. when WMs offset our window to put decorations around us. Regards, -- Geoff Wing : [EMAIL PROTECTED

Re: [patch] Fake selection charset

2001-04-12 Thread Geoff Wing
a fallback to send the selection in base format if the conversion indicates that it didn't go perfectly. Regards, -- Geoff Wing : [EMAIL PROTECTED] Rxvt Stuff : [EMAIL PROTECTED] Zsh Stuff : [EMAIL PROTECTED]

Re: rxct iconpixmap

2002-04-15 Thread Geoff Wing
. Regards, -- Geoff Wing : [EMAIL PROTECTED] Rxvt Stuff : [EMAIL PROTECTED] Zsh Stuff : [EMAIL PROTECTED]

Re: help requested with rxvt 2.7.9

2002-12-14 Thread Geoff Wing
0 /* Normal */ -#if defined(TTY_256COLOR) || defined(MULTICHAR_SET) +#if defined(TTY_256COLOR) /* have at least 32 bits to use */ # define RS_fgMask 0x01FFu /* 512 colors */ # define RS_bgMask 0x0003FE00u /* 512 colors */ Regards, -- Geoff Wing

Re: List still active? (small patch)

2002-12-15 Thread Geoff Wing
ut_id[5]; : struct passwd *pwent = getpwuid(getuid()); Added this. Thanks. I've also converted RXVT_UTMP_PID to HAVE_UTMP_PID. That was my oversight. Regards, -- Geoff Wing : [EMAIL PROTECTED] Rxvt Stuff : [EMAIL PROTECTED] Zsh Stuff : [EMAIL PROTECTED]

Announce: Rxvt development version 2.7.10 available

2003-03-25 Thread Geoff Wing
the tar files and the FTP directory. Changes from previous versions: 2.7.9 to 2.7.10 \--- Geoff Wing [EMAIL PROTECTED] et al. removed screen dump feature as it can aid as a security hole removed menubar escape sequence access as it can aid

Re: rxvt and ion (window resize)

2003-05-29 Thread Geoff Wing
the default situation unless someone can think of any reason it would cause problems - this is most likely to be caused by someone running a non-shell program in the term. Regards, -- Geoff Wing : [EMAIL PROTECTED] Rxvt Stuff : [EMAIL PROTECTED] Zsh Stuff : [EMAIL PROTECTED]

Re: rxvt and ion (window resize)

2003-05-30 Thread Geoff Wing
Christian Reis [EMAIL PROTECTED] typed: :On Thu, May 29, 2003 at 06:34:08PM +1000, Geoff Wing wrote: :Sorry, forgot to mention. I downloaded 2.7.10 just to make sure the :latest version still has the same bug. : :You mean this change? Yes, I did. However, I'm not sure whether it will also need

Re: Refreshing menus

2004-10-09 Thread Geoff Wing
Chris Green [EMAIL PROTECTED] typed: :Is there a way to load a new menu into an rxvt v2.7.10 window? I :understand that the escape sequences in the documentation have been :removed for security reasons. If you use a version you compile yourself, edit src/command.c around line 2756 (in the