id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
35,Move to new line if any exception occurs,judah,,"Currently if the `Settings` enable the `sigINT` handler, then when control-C is pressed we move to the next line.  

We should probably allow more exceptions than just that -- for example:
 - darcs has its own ctrl-c catcher
 - ghc installs its own ctrl-c handler which is easy to use in 6.10

I'm a little wary of handling all exceptions this way, since the cleanup code might cause the exception to be re-thrown.

Either we could:
 - Allow any exception to trigger a move past
 - Let the programmer set the allowable exceptions in the Settings.",defect,closed,minor,0.3.*,0.2.1,fixed,,
