zsh-workers
 help / color / mirror / code / Atom feed
From: "Benjamin R. Haskell" <zsh@benizi.com>
To: Sorin Ionescu <sorin.ionescu@gmail.com>
Cc: zsh-workers@zsh.org
Subject: Re: Mac OS X Prompt Bug
Date: Wed, 24 Nov 2010 12:49:48 -0500 (EST)	[thread overview]
Message-ID: <alpine.LNX.2.01.1011241242320.2792@hp> (raw)
In-Reply-To: <9ADAD50F-12F2-4B0A-A494-F339583AEDEC@gmail.com>

On Wed, 24 Nov 2010, Sorin Ionescu wrote:

> Yes, iTerm2 does not have this problem. While unsetopt PROMPT_SP 
> removes the %, the blank lines are still echoed. The easiest way to 
> test this is to touch ~/.hushlogin and open Terminal.app. Notice the 
> scrollbar.
>
> So, PROMPT_SP is definitely not the problem. It seems the prompt is 
> being pushed down by the blank lines. Hence why % is not being 
> overwritten by the prompt in the screenshot.

So, figure out what's printing out the blank lines.

You mentioned /etc/zshenv.  What about /etc/zshprofile or /etc/zshrc? 
Or maybe even /etc/profile, which is often sourced by system Zsh startup 
files, depending on how Zsh is distributed.

Maybe see if something is set up with hook functions:

$ functions preexec precmd chpwd periodic TRAPDEBUG

As a last resort, try to run Zsh with tracing enabled:

zsh -x  (then Ctrl-d or quit)
[produces lots of output, but maybe near the end you'll see something 
printing out some blank lines]

Might need: zsh -l -x
(not sure how you start your commands in OS X terminal)

-- 
Best,
Ben


  reply	other threads:[~2010-11-24 17:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-24 13:58 Sorin Ionescu
2010-11-24 15:24 ` Peter Stephenson
2010-11-24 16:08   ` Vincent Lefevre
2010-11-24 16:53     ` Peter Stephenson
2010-11-24 19:04     ` Wayne Davison
2010-11-25 10:38       ` Peter Stephenson
2010-11-24 15:30 ` Vincent Lefevre
2010-11-24 16:59   ` Sorin Ionescu
2010-11-24 17:49     ` Benjamin R. Haskell [this message]
2010-11-24 21:14       ` Sorin Ionescu
2010-11-24 23:49         ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.01.1011241242320.2792@hp \
    --to=zsh@benizi.com \
    --cc=sorin.ionescu@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).