Re: KTLS thread on 14.0-RC3

2023-10-31 Thread Zhenlei Huang
> On Nov 1, 2023, at 8:37 AM, Rick Macklem wrote: > > On Tue, Oct 31, 2023 at 10:06 AM John Baldwin > wrote: >> >> On 10/30/23 3:41 AM, Zhenlei Huang wrote: >>> >>> On Oct 30, 2023, at 12:09 PM, Zhenlei Huang wrote: > On Oct 29, 2023, at

Re: Freebsd 14+ -- tcsh incompatible with terminfo

2023-10-31 Thread Jamie Landeg-Jones
Jamie Landeg-Jones wrote: > switch to tcsh, and reinitialise terminal information: > > % setenv TERM dumb > % setenv TERM xterm % setenv TERM xterm-256color Apologies, it seems this doesn't affect plain "xterm", but it does at least affect xterm-16color and xterm-256color. Is this,

Re: KTLS thread on 14.0-RC3

2023-10-31 Thread Rick Macklem
On Tue, Oct 31, 2023 at 10:06 AM John Baldwin wrote: > > On 10/30/23 3:41 AM, Zhenlei Huang wrote: > > > > > >> On Oct 30, 2023, at 12:09 PM, Zhenlei Huang wrote: > >> > >> > >> > >>> On Oct 29, 2023, at 5:43 PM, Gordon Bergling wrote: > >>> > >>> Hi, > >>> > >>> I am currently building a new

Freebsd 14+ -- tcsh incompatible with terminfo

2023-10-31 Thread Jamie Landeg-Jones
Hi! The changes to FreeBSD base ncurses to use the terminfo db over termcap if it exists have caused a few issues with tcsh, which doesn't seem to grok terminfo. e.g. : install misc-terminfo switch to tcsh, and reinitialise terminal information: % setenv TERM dumb % setenv TERM xterm % echotc

Re: Freebsd 14+ -- tcsh incompatible with terminfo

2023-10-31 Thread Thomas Dickey
On Tue, Oct 31, 2023 at 10:59:48PM +, Jamie Landeg-Jones wrote: > Jamie Landeg-Jones wrote: > > > switch to tcsh, and reinitialise terminal information: > > > > % setenv TERM dumb > > % setenv TERM xterm > > % setenv TERM xterm-256color > > Apologies, it seems this doesn't affect plain

Re: Freebsd 14+ -- tcsh incompatible with terminfo

2023-10-31 Thread Jamie Landeg-Jones
Thomas Dickey wrote: > actually it probably does affect "xterm" > > Checking the source, tcsh is expecting a termcap string, while data read > from the terminfo database is going to be in terminfo format -- even if > read via tgetent/tgetstr > > tcsh is expecting a termcap string, and in its

Re: KTLS thread on 14.0-RC3

2023-10-31 Thread John Baldwin
On 10/30/23 3:41 AM, Zhenlei Huang wrote: On Oct 30, 2023, at 12:09 PM, Zhenlei Huang wrote: On Oct 29, 2023, at 5:43 PM, Gordon Bergling wrote: Hi, I am currently building a new system, which should be based on 14.0-RELEASE. Therefor I am tracking releng/14.0 since its creation and