Re: console color

2015-09-22 Thread lists
> OK, thanks. After some searching based on this info and some messing > around, it looks like 'export TERM=ansi' and setting t_Co=8 will get me > limited colors in vim without screwing anything up. Further to the excellent write-up by miod@ simply put if you're on x86 PC console any of these

Re: console color

2015-09-21 Thread Karel Gardas
For local console I've googled and TERM=wsvt25 brings colors to emacs and vim for me on amd64. On Mon, Sep 21, 2015 at 8:35 PM, Quartz wrote: > Can someone give be a brief rundown on how OpenBSD handles color on console? > Commands like "echo -e '\033[32mfoo\033[0m'"

Re: console color

2015-09-21 Thread Miod Vallat
> For local console I've googled and TERM=wsvt25 brings colors to emacs > and vim for me on amd64. wsvt25 (and wsvt43 and wsvt50) only are 8-color terminals, and that's the best the kernels's console emulation code will provide; and this is not going to change anytime soon. If you want 16 or 256

Re: console color

2015-09-21 Thread Miod Vallat
> Can someone give be a brief rundown on how OpenBSD handles color on console? It depends upon the terminal emulation being used. OpenBSD provides both a `sun' terminal emulation, which is the default on sparc and sparc64 (use either TERM=sun for faithful behavioul or TERM=rcons-color for the

Re: console color

2015-09-21 Thread Martin Brandenburg
On Mon, 21 Sep 2015, Quartz wrote: Can someone give be a brief rundown on how OpenBSD handles color on console? Commands like "echo -e '\033[32mfoo\033[0m'" produces dark green text as expected, but "echo -e '\033[92mfoo\033[0m'" comes out white instead of light green, and I can't seem to get

console color

2015-09-21 Thread Quartz
Can someone give be a brief rundown on how OpenBSD handles color on console? Commands like "echo -e '\033[32mfoo\033[0m'" produces dark green text as expected, but "echo -e '\033[92mfoo\033[0m'" comes out white instead of light green, and I can't seem to get vim to do syntax coloring at all

Re: console color

2015-09-21 Thread Quartz
OK, thanks. After some searching based on this info and some messing around, it looks like 'export TERM=ansi' and setting t_Co=8 will get me limited colors in vim without screwing anything up.

Re: Alpha onboard PCI VGA console color issue.

2007-07-28 Thread Matthieu Herrb
On 7/25/07, Sean Kennedy [EMAIL PROTECTED] wrote: Hello 'alpha' / 'misc' Alpha console color question. I got a DS20E 833 uniprocessor Alpha with onboard PCI VGA ( vga0 at pci0 dev 7 function 0 3D Labs Oxygen GVX1 rev 0x01 ) Running 4.1-GENERIC and have seen this since oBSD 3.8 when I began

Alpha onboard PCI VGA console color issue.

2007-07-25 Thread Sean Kennedy
Hello 'alpha' / 'misc' Alpha console color question. I got a DS20E 833 uniprocessor Alpha with onboard PCI VGA ( vga0 at pci0 dev 7 function 0 3D Labs Oxygen GVX1 rev 0x01 ) Running 4.1-GENERIC and have seen this since oBSD 3.8 when I began running oBSD on the unit. (nearly 2 years ago, wow