[sup-devel] [PATCH] idle and unidle updates

2010-01-13 Thread Eric Sherman
After talking it over with Rich Lane who suggested I check for idleness near the unblocking_getch loop, it made sense to separate it out into its own patch. The :idle and :unidle updates are relayed only once, when transitioning from one state to the other. * Is setting 'main' as the relay sen

[sup-devel] [PATCH] fix ask_for_contacts on Ruby 1.9

2010-01-13 Thread Rich Lane
From: Rich Lane String doesn't respond to :map anymore. The previous code was also joining with " " instead of ", ", which was broken. --- lib/sup/buffer.rb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb index c826ab9..990dd4a 1006