Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Pavel Roskin
Hello! Proposal for Tomas's xterm_title_restore patch (possible solution for eliminating ~5-second delay) Feel free to overwrite my original 'dirty hack' in BTS: https://savannah.gnu.org/patch/?func=detailpatchpatch_id=898group_id=3521 I'm afraid that there is no good solution for this

Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 06:11:09AM -0500, Pavel Roskin wrote: I'm afraid that there is no good solution for this problem. Anyway, using the titlebar is optional, so whoever is confused by the title can turn this feature off. Agree, but I guess the idea Thomas found in vim might be quite

Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Pavel Roskin
Hello! Agree, but I guess the idea Thomas found in vim might be quite reliable and unbloated: [quote] It looks at environment variables WINDOWID and DISPLAY and connects to the X server using xlib. Then it gets and sets the title using the xlib functions XGetWMName and XSetWMName.

[PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 09:42:52AM -0500, Pavel Roskin wrote: I could implement this if you think it's good. Yes. I looked into vim code as Thomas suggested, but the whole xterm title thing was really huge and messy, about few hundreds of code. I've decided to do it the simple way. Used

Re: [PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 10:59:18PM +0100, Adam Byrtek 'alpha' wrote: I looked into vim code as Thomas suggested, but the whole xterm title thing was really huge and messy, about few hundreds of code. I've ^^ d I mean

Re: xterm_title Test Fix (delay removed)

2003-01-17 Thread Tribhuvan
esp for: Adam and Tomas, Something ¿interesting? came up while I was working with the code in the 898 patch. The String-Terminator in the xterm-title is not necesarrily being detected under some circumstances. You're familliar with the two routines: /* Write the request for window title. */ {

Re: xterm_title Test Fix (delay removed)

2003-01-15 Thread Adam Byrtek 'alpha'
On Wed, Jan 15, 2003 at 01:45:06AM -0500, Tribhuvan wrote: Proposal for Tomas's xterm_title_restore patch (possible solution for eliminating ~5-second delay) Feel free to overwrite my original 'dirty hack' in BTS: https://savannah.gnu.org/patch/?func=detailpatchpatch_id=898group_id=3521