Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Adam Wiggins
On Wed, May 27, 2009 at 1:27 PM, Harry Vangberg wrote: > I didn't realize the heroku console was on GitHub, will take a look > at it. > http://github.com/heroku/heroku/blob/85693066c72f86595f03ebeae338134b162639d8/lib/heroku/commands/app.rb#L115-128 --~--~-~--~~~---~

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Harry Vangberg
Ha, that's weird. ^C clears on every system I've tried, including OS X. I didn't realize the heroku console was on GitHub, will take a look at it. 2009/5/27 Adam Wiggins : > Ctrl-D does exit the Heroku console as long as you at the start of a line. >  It's behavior is identical to irb and bash in

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Adam Wiggins
Ctrl-D does exit the Heroku console as long as you at the start of a line. It's behavior is identical to irb and bash in that regard. Ctrl-C is a funny one. I experimented with irb, and on OS X it doesn't seem to do anything, although the behavior is very quirkly. On Linux it clears the line lik

heroku console: ^C should clear, not exit.

2009-05-27 Thread Harry Vangberg
I'm repeatedly being caught off-guard in the Heroku console: ^C exits the console, while ^D does nothing. In practically every other console/shell/whatevz, including IRB, ^C clears the input line and ^D exits. --~--~-~--~~~---~--~~ You received this message because