Hi Kurt,

On 2/3/07, Kurt Hutchinson <[EMAIL PROTECTED]> wrote:
> I tried searching around first, but couldn't find any documentation on
> this or anything mentioning it in the mailing list archives. (But I
> admit that I had a hard time coming up with a good way to search for
> it.)

I don't recall a bug report about anything like this.

> The issue I'm running into is that when a fish script finishes, it
> clears the screen so that I can't see the output of the commands.
> Here's the simple script I'm testing with:
>
>   #!/usr/bin/fish
>
>   for i in 1 2 3 4
>     echo $i
>   end
>
> Pretty simple. But when I run it with ./test.fish, it clears the
> screen almost immediately. I know it's working because if I put a
> "sleep 1" after the echo, it slows it down enough before clearing the
> screen. I see the same behavior both in an xterm (I use rxvt) and at a
> console screen.
>
> Any suggestions?

I can't reproduce this issue. I few questions:

* What fish verion are you using? Does this happen with the latest
version as well?
* What terminal are you using? Does this also happen on xterm?
* If you are using fish 1.22.0 or later try 'touch
~/.config/fish/fish_inputrc', otherwise try 'touch ~/.fish_inputrc'.
Does this help?
* If you turn the above script into a bash script, does it still clear
the screen?

> Thanks,
> Kurt

-- 
Axel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to