zsh-users
 help / color / mirror / code / Atom feed
From: Phil Pennock <phil@athenaeum.demon.co.uk>
To: oma1000@cam.ac.uk
Cc: zsh-users@math.gatech.edu
Subject: Re: New-line in prompt
Date: Mon, 9 Nov 1998 15:19:09 +0000 (GMT)	[thread overview]
Message-ID: <199811091519.PAA00513@athenaeum.demon.co.uk> (raw)
In-Reply-To: <Pine.OSF.3.96.981109132554.12190D-100000@alpha2.poco.phy.cam.ac.uk> from "Owen M. Astley" at "Nov 9, 98 01:27:28 pm"

Typing away merrily, Owen M. Astley produced the immortal words:
> I am trying to get a new line (\n) in a prompt (actually I only want the
> new line if the current one is too long).  Has anybody got any idea about
> how to do this?  %{\n%} works but, as the man page says, it shouldn't
> change the cursor position (for obvious reasons if you use it).

How about using a print in the precmd special function?
If you want the normal prompt escapes in it, use the -P option to print.
precmd is called before every prompt.

% function precmd { print -P Funky-%~ }
Funky-~
% echo

Funky-~
% cd /usr
Funky-/usr
% 

Hope this helps.
-- 
--> Phil Pennock ; GAT d- s+:+ a22 C++(++++) UL++++/I+++/S+++/H+ P++@ L+++
E-@ W(+) N>++ o !K w--- O>+ M V !PS PE Y+ PGP+ t-- 5++ X+ R !tv b++>+++ DI+ D+
G+ e+ h* r y?


  reply	other threads:[~1998-11-09 15:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-09 13:27 Owen M. Astley
1998-11-09 15:19 ` Phil Pennock [this message]
1998-11-09 20:30 ` 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=199811091519.PAA00513@athenaeum.demon.co.uk \
    --to=phil@athenaeum.demon.co.uk \
    --cc=oma1000@cam.ac.uk \
    --cc=zsh-users@math.gatech.edu \
    /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).