Path: utzoo!attcan!uunet!mcsun!ukc!strath-cs!cs.glasgow.ac.uk!sinclair From: sinclair@cs.glasgow.ac.uk (Duncan Sinclair) Newsgroups: comp.windows.x Subject: Title bar flicker fix for XTerm Summary: How to stop a flickering title bar. Keywords: XTerm patch flicker title bar Message-ID: <6459@vanuata.cs.glasgow.ac.uk> Date: 2 Oct 90 13:03:48 GMT Organization: Computing Sci, Glasgow Univ, Scotland Lines: 58 Here's a small patch for xterm. Using tcsh, I set re-set the title of xterm before each shell prompt, so that it states my current working directory. This ensures that my title is up to date, no matter where I am, or what I'm doing. But what would really bug me is that the most of the time, the update would not be necessary, and would cause an unsightly flicker of the title bar. I hacked xterm where it set the title, so that it would only set the new title if it had actually changed. It should also work for the icon name, but I never change that, so I don't know if it does. There may be a more correct way of doing this, but it works for me. Standard disclaimers apply. Duncan Sinclair. ---------------- To apply, cd into the xterm source directory (/mit/clients/xterm), and run `patch