Re: terminal descriptions for AMD/Intel consoles

2011-11-15 Thread Nicholas Marriott
Yeah it's on my todo list :-). On Mon, Nov 14, 2011 at 10:58:10AM +0400, Alexei Malinin wrote: > Nicholas Marriott wrote: > > ... > > I at least would be pretty reluctant to include full terminfo entries as > > local changes in OpnBSD. If possible try to get them upstream. > > Hello, Nicholas. >

Re: terminal descriptions for AMD/Intel consoles

2011-11-13 Thread Alexei Malinin
Nicholas Marriott wrote: > ... > I at least would be pretty reluctant to include full terminfo entries as > local changes in OpnBSD. If possible try to get them upstream. Hello, Nicholas. Thomas E. Dickey recently added pccon terminal descriptions to ncurses-current (please see below). Will you

Re: terminal descriptions for AMD/Intel consoles

2011-09-06 Thread Nicholas Marriott
wsvt25 is part of upstream ncurses and AFAIK is meant to be the terminfo description for wscons vt220 emulation. I would base any improved entries on it, either as changes (if they are always right) or addons like eg screen-bce. Upstream ncurses has taken changes to wsvt25 before. I at least woul

Re: terminal descriptions for AMD/Intel consoles

2011-09-04 Thread Alexei Malinin
Paolo Aglialoro wrote: > Didn't know about the TERM variable pass over ssh... > > ...anyway, on those systems with many screen consoles like i386/amd64, one > could have a tty with vt220 to go ssh and another to deal correctly with > keyboard, that would be cool. So, still having that layout inside

Re: terminal descriptions for AMD/Intel consoles

2011-09-03 Thread Paolo Aglialoro
Didn't know about the TERM variable pass over ssh... ...anyway, on those systems with many screen consoles like i386/amd64, one could have a tty with vt220 to go ssh and another to deal correctly with keyboard, that would be cool. So, still having that layout inside terminals list could be way int

Re: terminal descriptions for AMD/Intel consoles

2011-09-03 Thread Stuart Henderson
On 2011-09-02, Alexei Malinin wrote: > Stuart Henderson wrote: >> On 2011-09-02, Alexei Malinin wrote: >>> Christian Weisgerber wrote: but if you log into a non-OpenBSD system that terminal name may be unknown. >>> terminal descriptions proposed by me are intended for >>> OpenBSD consol

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread ropers
> Paolo Aglialoro wrote: >> Does your config correctly support keys like Home, End, Del? >> It would be then really interesting to have it inside term options, >> whether or not default, but at least as choice. Alexei Malinin wrote: > yes, it does I love you. >> 2011/9/2 Alexei Malinin >>> Stua

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread Alexei Malinin
Paolo Aglialoro wrote: > Does your config correctly support keys like Home, End, Del? > It would be then really interesting to have it inside term options, > whether > or not default, but at least as choice. yes, it does -- Alexei Malinin > 2011/9/2 Alexei Malinin >> Stuart Henderson wrote: >

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread Paolo Aglialoro
Does your config correctly support keys like Home, End, Del? It would be then really interesting to have it inside term options, whether or not default, but at least as choice. 2011/9/2 Alexei Malinin > Stuart Henderson wrote: > > On 2011-09-02, Alexei Malinin wrote: > >> Christian Weisgerber

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread Alexei Malinin
Stuart Henderson wrote: > On 2011-09-02, Alexei Malinin wrote: >> Christian Weisgerber wrote: >>> but if you log into a non-OpenBSD >>> system that terminal name may be unknown. >> terminal descriptions proposed by me are intended for >> OpenBSD consoles only (these descriptions are of >> question

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread Stuart Henderson
On 2011-09-02, Alexei Malinin wrote: > > Christian Weisgerber wrote: >> but if you log into a non-OpenBSD >> system that terminal name may be unknown. > > terminal descriptions proposed by me are intended for > OpenBSD consoles only (these descriptions are of > questionable value in other systems)

Re: terminal descriptions for AMD/Intel consoles

2011-09-02 Thread Alexei Malinin
Christian Weisgerber wrote: > Alexei Malinin wrote: > >> I often worked on OpenBSD AMD/Intel PC consoles and really did not have >> good support of navigation and function keys of a typical PC keyboard. > > Part of the problem is that wscons(4) and xterm(1) strive to emulate > a DEC VT220 terminal

Re: terminal descriptions for AMD/Intel consoles

2011-09-01 Thread Christian Weisgerber
Alexei Malinin wrote: > I often worked on OpenBSD AMD/Intel PC consoles and really did not have > good support of navigation and function keys of a typical PC keyboard. Part of the problem is that wscons(4) and xterm(1) strive to emulate a DEC VT220 terminal whose LK201 keyboard is quite differe

terminal descriptions for AMD/Intel consoles

2011-09-01 Thread Alexei Malinin
Hello. I often worked on OpenBSD AMD/Intel PC consoles and really did not have good support of navigation and function keys of a typical PC keyboard. Also I had some problems with colors/attributes (maybe they were video adapter dependent). These issues exist long time and cause much inconvenienc