zsh-workers
 help / color / mirror / code / Atom feed
* aterm title zsh start-up weirdness.
@ 2005-11-21 22:29 William Fletcher
  0 siblings, 0 replies; only message in thread
From: William Fletcher @ 2005-11-21 22:29 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

Hi,

This isn't really a major issue, but, sometimes when I start up
an aterm on my NetBSD 2.0 machine (which is my desktop) it
does this... 

ultraviolet@chutney:~ %> ultraviolet@chutney:~ %> 

I added the following to my /etc/zshrc file, thats when it started.
And it doesn't happen everytime either, just every sort of 8th time
I start up an aterm. 

# X11 Terminals.
case $TERM in
        xterm*|rxvt|(K|a)term)  precmd () {
                print -Pn "\033]0;%n@%m%  %~\a"
        }
        preexec () {
                print -Pn "\033]0;%n@%m%  <$1>\a"
        }
        ;;
esac

So there you have it.

-- 
William Fletcher | http://ultraviolet.omina.co.za | Cell: 084 802 2392
Omina Solutions  | http://omina.co.za | (012) Ph. 664-2480 F. 664-2474 

Strange women lying in ponds distributing swords is no basis for a 
system of government. Supreme executive power derives from a mandate 
from the masses, not from some farcical aquatic ceremony.


[-- Attachment #2: Type: application/pgp-signature, Size: 186 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-21 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-21 22:29 aterm title zsh start-up weirdness William Fletcher

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).