From mboxrd@z Thu Jan 1 00:00:00 1970 From: patroclo7@gmail.com (Giorgio Lando) Date: Sun, 06 Jan 2008 23:54:03 +0100 Subject: [sup-talk] interface blinking and corrupted on the console In-Reply-To: <1199557847-sup-5728@south> References: <1199537691-sup-493@clarabella.clarabella> <1199557847-sup-5728@south> Message-ID: <1199659920-sup-2577@clarabella.clarabella> Excerpts from William Morgan's message of Sat Jan 05 19:33:14 +0100 2008: > > I believe this is because of the way we're trying to set the X window > title. This patch should help temporarily: > > --- cut here --- > diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb > index fa1afe6..7f0ad81 100644 > --- a/lib/sup/buffer.rb > +++ b/lib/sup/buffer.rb > @@ -262,7 +262,7 @@ EOS > get_status_and_title @focus_buf # must be called outside of the ncurses > end > > - print "\033]2;#{title}\07" if title > + #print "\033]2;#{title}\07" if title > > Ncurses.mutex.lock unless opts[:sync] == false > Yes I confirm that this is the cause of blinking & corruption in the plain console, since the patch blocks this behaviour. Thanks again Giorgio