rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
From: Chet Ramey <chet@odin.INS.CWRU.Edu>
To: d0asta@dtek.chalmers.se
Cc: rc@archone.tamu.edu
Subject: Re: fn prompt and readline
Date: Tue, 1 Oct 1991 15:15:15 -0500	[thread overview]
Message-ID: <9110012015.AA20546.SM@odin.INS.CWRU.Edu> (raw)
In-Reply-To: Message from d0asta@dtek.chalmers.se of Sun, 29 Sep 1991 11:28:14 -0500

> If i define...
> 
> fn prompt {echo -n $HOSTNAME^'$'}
> prompt=''
> 
> ...I get...
> 
> <machine>$
> 
> ...for prompt.
> The Problem:
> Using readline to step back in history, the prompt disappears after
> a few steps. Is this a bug in readline or rc? What can I do to avoid it?

readline is called as readline(prompt_string) so that moving backwards and
forwards in the history will end up redrawing the screen to look right.
In your case, readline is being called with a null prompt, so nothing is
printed.

(Forgive me, I don't know the rc syntax very well, but wouldn't this or
something like it work?
	p1=`{echo -n $HOSTNAME^'$'}
	p2=';'
	prompt=( $p1^' ' $p2^' ' )

I'd better quit before I get confused...)

Chet


--
``Teach them politics and war so their sons may study medicine and mathematics
in order to give their children a right to study painting, poetry, music, and
architecture.''
Chet Ramey, CWRU  Inet: chet@po.CWRU.Edu   NeXT Mail: chet@macbeth.INS.CWRU.Edu


             reply	other threads:[~1991-10-01 20:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1991-10-01 20:15 Chet Ramey [this message]
  -- strict thread matches above, loose matches on Subject: below --
1991-10-02  0:54 Palmer Davis
1991-09-29 16:28 d0asta

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=9110012015.AA20546.SM@odin.INS.CWRU.Edu \
    --to=chet@odin.ins.cwru.edu \
    --cc=chet@po.CWRU.Edu \
    --cc=d0asta@dtek.chalmers.se \
    --cc=rc@archone.tamu.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.
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).