Connection status on menu bar
Adam Byrtek / alpha
alpha at student.uci.agh.edu.pl
Wed Jan 29 21:01:40 UTC 2003
On Wed, Jan 29, 2003 at 03:13:46PM -0500, David Martin wrote:
> Something similar happened to me, but I usually have hints enabled. I
> think that these used to work perfectly but something changed when
> changing the xterm title (which should have changed nothing for
Could you describe your problem with more details, please? I don't
fully understand what is wrong. Vfs message has been always shown at
(0,0) position unless hintbar was available - and it works this way
now. Or maybe I just can't reproduce your bug.
Maybe this is what you want:
--- layout.c 27 Dec 2002 17:52:25 -0000 1.56
+++ layout.c 29 Jan 2003 20:53:57 -0000
@@ -828,7 +828,7 @@
/* Preserve current cursor position */
getyx (stdscr, row, col);
- move (0, 0);
+ move (menubar_visible ? 1 : 0, 0);
attrset (NORMAL_COLOR);
printw ("%-*s", COLS-1, str);
--
_.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org)
(_|||_)| |(_| : gg 1802819, pgp 0xB25952C0
| : jid alpha.pl(at)jabber.org
More information about the mc-devel
mailing list