From mboxrd@z Thu Jan 1 00:00:00 1970 From: ezyang@MIT.EDU (Edward Z. Yang) Date: Mon, 27 Jul 2009 14:30:46 -0400 Subject: [sup-talk] Odd key bug In-Reply-To: <1248718344-sup-1931@javelin> References: <1248714653-sup-6926@javelin> <1248715911-sup-4656@masanjin.net> <1248718344-sup-1931@javelin> Message-ID: <1248719342-sup-9126@javelin> I currently suspect that if I send a null character to the stdscr (which would require bin/sup to be rewritten a little to make stdscr globally available) it would serve as a decent workaround. I don't actually know how global variables work in Ruby. (Basically, add stdscr.keypad(0) when we return from the external shell.) Cheers, Edward