Re: OpenBSD pccon terminfo additions

2014-11-07 Thread Craig Skinner
On 2014-11-06 Thu 17:35 PM |, Alexei Malinin wrote: > > Where is your question, Craig? > These probably aren't the right words Alexei;- When wscons(4) is used with various termcap types, bold & blink work. Could pccon do this too? src/sys/dev/wscons/wsemul_vt100_subr.c has: bold WSATTR_HILIT

Re: OpenBSD pccon terminfo additions

2014-11-06 Thread Alexei Malinin
On 11/05/14 23:48, Craig Skinner wrote: > On 2014-11-04 Tue 01:55 AM |, Alexei Malinin wrote: >> Hi, Craig. >> >> I think that I understand your problem - you use pccon in the wrong >> place, i. e. for tty00, but pccon is intended for use with ttyC* >> >> For tty00 of the target device I use the sa

Re: OpenBSD pccon terminfo additions

2014-11-05 Thread Craig Skinner
On 2014-11-04 Tue 01:55 AM |, Alexei Malinin wrote: > Hi, Craig. > > I think that I understand your problem - you use pccon in the wrong > place, i. e. for tty00, but pccon is intended for use with ttyC* > > For tty00 of the target device I use the same TERM type, which is set on > the device fro