zsh-workers
 help / color / mirror / code / Atom feed
* script using vared to read commands - history bug
@ 2000-10-20  4:13 Greg Klanderman
  2000-10-20  7:57 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Klanderman @ 2000-10-20  4:13 UTC (permalink / raw)
  To: Zsh list


If I run the following script:

    #!/bin/zsh

    prompt="%B%%%b "
    while cmd="" && vared -h -p "$prompt" cmd ; do 
      echo " -- got: $cmd"
      print -s - "$cmd"
    done

it works as intended, except that the most recent 
command never appears in the history.  What's up?

thank,
Greg


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: script using vared to read commands - history bug
@ 2000-10-20  7:12 Sven Wischnowsky
  2000-10-20  8:00 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Sven Wischnowsky @ 2000-10-20  7:12 UTC (permalink / raw)
  To: zsh-workers


Greg Klanderman wrote:

> If I run the following script:
> 
>     #!/bin/zsh
> 
>     prompt="%B%%%b "
>     while cmd="" && vared -h -p "$prompt" cmd ; do 
>       echo " -- got: $cmd"
>       print -s - "$cmd"
>     done
> 
> it works as intended, except that the most recent 
> command never appears in the history.  What's up?

Another one of the things that have been fixed in the meantime.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-10-21  3:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-20  4:13 script using vared to read commands - history bug Greg Klanderman
2000-10-20  7:57 ` Bart Schaefer
     [not found]   ` <14832.44455.892766.386987@phl.itasoftware.com>
2000-10-21  3:01     ` PATCH: " Bart Schaefer
2000-10-20  7:12 Sven Wischnowsky
2000-10-20  8:00 ` Bart Schaefer

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).