[4467] in SIPB bug reports
Re: nawm "bug"
daemon@ATHENA.MIT.EDU (gsstark@MIT.EDU)
Fri Mar 11 20:02:19 1994
From: gsstark@MIT.EDU
Date: Fri, 11 Mar 1994 20:01:43 -0500
To: ces@MIT.EDU
Cc: bug-sipb@MIT.EDU, ces@MIT.EDU
In-Reply-To: "[4454] in SIPB bug reports"
From: ces@MIT.EDU
Date: Tue, 08 Mar 94 00:58:19 EST
move does not seem to work properly. I tried to use the line
Depending on where you Console window was before the move, I'm betting this
is a "one-off" error. ie. that it may indeed be moving the screenwidth but
that it needed to move either one more pixel further or maybe the width of your
window-manager borders further.
To test if that is the case try changing that line of your .nawmrc to this:
init find Console move screenwidth 0 move 10 0 lower
note the additional ``move 10 0'', if this works experiment to determine the
best value.
There could be something more serious wrong here, but this is an idea to try.
greg
PS. I am not one of nawm's creators nor a maintainer, if such things exist,
but I'm glad to help if I can.