Fix for what I believe to be a bug in fish trunk where you can't always successfully control-C out of some while loops

This commit is contained in:
ridiculousfish
2012-06-04 15:10:35 -07:00
parent 69446be1ee
commit b877181e17
2 changed files with 10 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ li {
<li><b>Overrides of default functions should be fixed</b>. The "internalized scripts" feature is disabled for now.</li>
<li><b>Disabled delayed suspend</b>. This is a strange job-control feature of BSD systems, including OS X. Disabling it frees up Control Y for other purposes; in particular, for yank, which now works on OS X.</li>
<li><b>fish_indent is fixed</b>. In particular, the <span class="mono">funced</span> and <span class="mono">funcsave</span> functions work again.
<li>A SIGTERM now ends the whole execution stack again (<a href="https://github.com/ridiculousfish/fishfish/issues/13">from this issue</a>).
</ul>