[MacRuby] #1377: macirb should catch control-c like the CRuby irb
#1377: macirb should catch control-c like the CRuby irb ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- When I hit control+c in macirb it will always quit macirb, however, sometimes I just want to escape a long operation that I did incorrectly. When I hit control+c in the irb client that CRuby comes with the signal is caught and the operation is aborted, but the rib session continues to run. -- Ticket URL: <http://www.macruby.org/trac/ticket/1377> MacRuby <http://macruby.org/>
#1377: macirb should catch control-c like the CRuby irb ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: duplicate Keywords: | ------------------------------------+--------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => duplicate Comment: The code actually does implement it and it works on CRuby (1.9). However, on MacRuby there's a bug :{ See #937. -- Ticket URL: <http://www.macruby.org/trac/ticket/1377#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby