From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.92.18 with SMTP id p18cs188460agb; Tue, 6 Oct 2009 16:45:59 -0700 (PDT) Received: by 10.224.94.78 with SMTP id y14mr1967292qam.216.1254872759171; Tue, 06 Oct 2009 16:45:59 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 16si9469994qyk.20.2009.10.06.16.45.59; Tue, 06 Oct 2009 16:45:59 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D0AE518582F6; Tue, 6 Oct 2009 19:45:58 -0400 (EDT) Received: from mail-qy0-f179.google.com (mail-qy0-f179.google.com [209.85.221.179]) by rubyforge.org (Postfix) with ESMTP id 14AAA18582B6 for ; Tue, 6 Oct 2009 19:45:47 -0400 (EDT) Received: by qyk9 with SMTP id 9so7942402qyk.30 for ; Tue, 06 Oct 2009 16:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=uC10B5Lbi74Guq5OcTuPklNjo2xLC4XV8VdrvlnseM0=; b=FwqkT+oW5bw81nuAEOVNs+jsNtNiRz1/qLmAQcUbyKabUyTxGZSfpMFJC5BGT/lOZK pWW5fh0i1RNvWtWuK2LqBl03XFXB8U0twSeB4O01pVRu2gk/+83WItuMwoUzRcC6TVAK pK2rWkTud4hr8yH8fL+DkoNkzsqMIRdOg6ZQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FMvOTnWupBcVxewcag9V2u/dF5EE5Dc24GewU4wcf7rC0vtmnU5vMi8juyWbZG/akR tDsOnfheKdfrradkinri+ZQDsV6Rao/qFEczJmRNo7kOM1X8bkWXbs9L86jB9245OFhJ +bSL1wpT9mpG5OUyGp1vw+jalNC8PX9zmVhgw= MIME-Version: 1.0 Received: by 10.229.1.136 with SMTP id 8mr1262841qcf.1.1254872747748; Tue, 06 Oct 2009 16:45:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 Oct 2009 19:45:47 -0400 Message-ID: From: Dan Falcone To: sup-talk@rubyforge.org Subject: Re: [sup-talk] curses exception X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0591871151==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============0591871151== Content-Type: multipart/alternative; boundary=0016367d56565e2f6b04754cd4dd --0016367d56565e2f6b04754cd4dd Content-Type: text/plain; charset=ISO-8859-1 Resending as a list member... On Tue, Oct 6, 2009 at 6:33 PM, Dan Falcone wrote: > Hello sup-talk, > > I'm trying to get sup running on my work machine, which is unfortunately a > windows box. I have cygwin installed, along with the cygwin packages for > ruby and ncurses. Here's the contents of ~/.sup/exception-log.txt: > > --- ArgumentError from thread: main > couldn't initialize curses color pair 4, -1 (key 1) > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/colormap.rb:133:in `color_for' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/colormap.rb:209:in `send' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/colormap.rb:209:in > `method_missing' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:116:in `write' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.rb:51:in > `draw' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.rb:49:in > `each' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.rb:49:in > `draw' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/line-cursor-mode.rb:37:in > `dra > w' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:106:in `draw' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:327:in `draw_screen' > /usr/lib/ruby/gems/1.8/gems/sup-0.9/bin/sup:183 > /usr/bin/sup:19:in `load' > /usr/bin/sup:19 > > > Thanks! > Dan > --0016367d56565e2f6b04754cd4dd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Resending as a list member...

On Tue, Oct= 6, 2009 at 6:33 PM, Dan Falcone <danfalcone@gmail.com> wrote:
Hello sup-talk,

I'm trying to get sup running on my work machine= , which is unfortunately a windows box.=A0 I have cygwin installed, along w= ith the cygwin packages for ruby and ncurses.=A0 Here's the contents of= ~/.sup/exception-log.txt:

--- ArgumentError from thread: main
couldn't initialize curses c= olor pair 4, -1 (key 1)
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/colo= rmap.rb:133:in `color_for'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/s= up/colormap.rb:209:in `send'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/colormap.rb:209:in `method_miss= ing'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:116:in `w= rite'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.= rb:51:in `draw'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.rb:49:in `eac= h'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/scroll-mode.rb:= 49:in `draw'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/modes/line-= cursor-mode.rb:37:in `dra
w'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:106:in `dra= w'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/lib/sup/buffer.rb:327:in `dra= w_screen'
/usr/lib/ruby/gems/1.8/gems/sup-0.9/bin/sup:183
/usr/bi= n/sup:19:in `load'
/usr/bin/sup:19


Thanks!
Dan

--0016367d56565e2f6b04754cd4dd-- --===============0591871151== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============0591871151==--