On 12/11/11, Brett Glass <[email protected]> wrote: > At 11:36 AM 12/11/2011, Ben Kaduk wrote: > >>Did you take the change to /etc/ttys going from cons25 to xterm 'type'? > > I didn't have to change it; it was that way when the OS was installed. >
You were sending to -stable, so I wasn't sure. Thanks for confirming. > Problem seems to be that the behavior (specifically, reverse video on the > 25th line) doesn't quite match the xterm termcap entry. If I remember correctly, your original message mentioned seeing this issue in emacs; have you tried reproducing it in a simpler test case? Maybe something like: (for i in $(jot 25); do echo; tput mr; echo -n "reverse"; tput me; echo -n " regular"; done) && sleep 10000 That would presumably help narrow down the issue. -Ben Kaduk _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
