Re: tic and a directory terminfo layout

2017-05-09 Thread Kamil Rytarowski
Second option from my feedback. Is there a way to reuse the ncurses format 1:1, the same directory layout, file format and suffixes? This would make our version a ready drop-in replacement and predictable behavior for $TERMINFO and similar env(1) variables. A benefit of this approach is to reuse

Re: tic and a directory terminfo layout

2017-05-09 Thread Jaromír Doleček
I think it would be good to make the database modular, and to stop requiring having everything in one binary blob. I don't see any downsides to Roy's suggestion. Jaromir 2017-05-09 21:48 GMT+02:00 Kamil Rytarowski : > On 09.05.2017 16:50, Roy Marples wrote: >> On 09/05/2017 12:51, Kamil Rytarowsk

Re: tic and a directory terminfo layout

2017-05-09 Thread Kamil Rytarowski
On 09.05.2017 16:50, Roy Marples wrote: > On 09/05/2017 12:51, Kamil Rytarowski wrote: >> I don't have a preference, but I'm surprised that our single .cdb >> approach is going to be hybrid with support for ncurses layout. > > Other ideas welcome on how to allow pkgsrc to integrate terminfo > desc

Re: tic and a directory terminfo layout

2017-05-09 Thread Roy Marples
On 09/05/2017 12:51, Kamil Rytarowski wrote: > I don't have a preference, but I'm surprised that our single .cdb > approach is going to be hybrid with support for ncurses layout. Other ideas welcome on how to allow pkgsrc to integrate terminfo descriptions. Roy signature.asc Description: OpenP

Re: tic and a directory terminfo layout

2017-05-09 Thread Kamil Rytarowski
On 09.05.2017 11:59, Roy Marples wrote: > On 05/05/2017 20:54, Kamil Rytarowski wrote: >> I have a pending task to write from scratch in C# for CoreFX (.NET >> platform assemblies) support for extracting registered entries from our >> native terminfo cdb file. (This is currently enforced to be this

Re: tic and a directory terminfo layout

2017-05-09 Thread Roy Marples
On 05/05/2017 20:54, Kamil Rytarowski wrote: > I have a pending task to write from scratch in C# for CoreFX (.NET > platform assemblies) support for extracting registered entries from our > native terminfo cdb file. (This is currently enforced to be this way, > the same happens for ncurses) Intere

Re: tic and a directory terminfo layout

2017-05-05 Thread Kamil Rytarowski
On 05.05.2017 18:09, Roy Marples wrote: > Hi List! > > tic(8) is currently growing some changes. > The big one is the ability to write to a directory/file database rather > than a singular database. The general idea is to use the singular > database for the base system and the directory/file datab