Re: Alternate Screen

2021-05-16 Thread Baptiste Daroussin
On Thu, May 13, 2021 at 09:01:53AM -0500, Eric van Gyzen wrote:
> There was a recent discussion about a terminal database update and the new
> Alternate Screen behavior.  I'm curious about the resolution, but I can't
> find that discussion.  Would someone kindly send a clue-by-four via
> overnight express?
> 
> Ultimately, I'd like to know how to get the old behavior back, with no
> alternate screen, and thereby reduce my blood pressure.
> 
> Alternatively yours,

The replies you are receiving are interesting as none of them are right...

What has been done, it now ncurses from base reads both terminfo and termcap DB.
It is looking up for terminfo db from localbase as well.

Base only provides termcap (the old termcap definition, nothing new in there).
if one want the terminfo database which supports alternate screen definition,
he/shre can just pkg install terminfo-db.

Best regards,
Bapt
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Alternate Screen

2021-05-16 Thread Rodney W. Grimes
> There was a recent discussion about a terminal database update and the 
> new Alternate Screen behavior.  I'm curious about the resolution, but I 
> can't find that discussion.  Would someone kindly send a clue-by-four 
> via overnight express?
> 
> Ultimately, I'd like to know how to get the old behavior back, with no 
> alternate screen, and thereby reduce my blood pressure.

I thought this code had been reverted, reworked and old behavior restored
with knobs to give new behavior???

> 
> Alternatively yours,
> Eric
-- 
Rod Grimes rgri...@freebsd.org
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way!

2021-05-16 Thread Henri Hennebert via freebsd-current

On 5/15/21 10:31 PM, Adrian Chadd wrote:

Hi!

So, my Lenovo T540p also doesn't work right now; it just panics the
kernel with a NULL pointer deref inside some deferred interrupt
registration / callback thing.


I move the taskqueue calls as you advice. Can you try the last version from 
GitHub (2.0i).


Henri


If I disable it at the boot console then it's fine.




-adrian


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"