[Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-11-25 Thread Mihai Capotă
dj3, this bug is about screen. Jason Cohen is right in comment 18: it's not enough that the terminal supports 256 colors, it should also advertise it. Byobu does it by default after fixing bug 409353: mi...@dutier:~$ tput colors 256 Screen should also do it. Please consider reopening this bug (I

Re: [Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-02-15 Thread disappearedng
dj3 thanks a lot. That worked out real nice. On Tue, Feb 16, 2010 at 1:55 AM, dj3 wrote: > In Ubuntu 256 colors are not enabled by default, sorry. Here is how I > did it: install the "ncurses-term" package and than put the line "export > TERM=xterm-256color" in your .bashrc file. Log out, log i

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-02-15 Thread dj3
In Ubuntu 256 colors are not enabled by default, sorry. Here is how I did it: install the "ncurses-term" package and than put the line "export TERM=xterm-256color" in your .bashrc file. Log out, log in. Now you should get in any terminal (gnome, xterm): ~$ tput colors 256 I don't see any bugs. -

Re: [Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-02-14 Thread disappearedng
On Mon, Feb 15, 2010 at 2:51 AM, dj3 wrote: > My terminal can display 256 colors by default: > > :~$ tput colors > 256 > 1) tput colors of my computer results in 8 > > In order to get vim in gnome-terminal to display colorschemes the same > way as the GUI version I used the plugin CSApprox: > >

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-02-14 Thread dj3
My terminal can display 256 colors by default: :~$ tput colors 256 In order to get vim in gnome-terminal to display colorschemes the same way as the GUI version I used the plugin CSApprox: http://www.vim.org/scripts/script.php?script_id=2390 On how to use it and some further discussion on the t

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2010-01-09 Thread Jason Cohen
The TERM variable in screen it TERM=screen or TERM=screen-bce. If you are doing the defbce as above screen is smart enough to set the TERM to screen-bce. However, the screen and screen-bce terminfos are 8 Color terminals. So when you run ncurses apps they will look at the terminfo capabilites an

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2009-11-28 Thread disappearedng
@ Les Harris: Adding "term xterm" at the end of my .screenrc together with the section provided (<--cut here-->.*<-- cut here-->) does not have any effect. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of U

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2009-11-28 Thread Les Harris
The only 'bug' is that the screenrc doesn't enable the 256 colors by default. <-cut here-> # terminfo and termcap for nice 256 color terminal # allow bold colors - necessary for some reason attrcolor b ".I" # tell screen how to set colors. AB = background, AF=foreground termcapinfo

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2009-07-18 Thread disappearedng
Hey I just upgraded to 9.04 and I can confirm that the bug is still here. First, screen does come built in with 256 color support, [code] --enable-pam \ --with-pty-mode=0620 \ --with-pty-group=${TTYGROUP} \ --enable-r

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2009-01-17 Thread François Ingelrest
Same problem here on Intrepid. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2009-01-12 Thread funkyHat
I'm having this problem with Intrepid too, should the bug be reopened for Intrepid? -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2008-12-21 Thread Martin Pitt
Hm, confirmed, but it's enabled during build, and config.h has COLORS256=1. So this is either a problem of how to invoke screen, or an upstream regression. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of Ub

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2008-12-19 Thread holst
I have Ubuntu Intrepid and it does NOT work for me! :-( na56:~>apt-cache show screen Package: screen Priority: optional Section: misc Installed-Size: 1008 Maintainer: Ubuntu Core Developers Original-Maintainer: Jan Christoph Nordholz Architecture: i386 Version: 4.0.3-11 Depends: libc6 (>= 2.4),

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2008-09-20 Thread Martin Pitt
I just tried this in current intrepid, and 256 colors worked out of the box in screen. I used http://www.vim.org/scripts/script.php?script_id=1349 for testing. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member o

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2008-09-09 Thread eastersunshine
Hi, Can the relevant lines to enable 256 colors be added to /etc/screenrc by default? At least commented? In Hardy, I didn't have 256 color support out-of-the-box nor were the lines in /etc/screenrc and had to Google for it. I'm not sure if I'm missing something, but is there any reason for it to

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-08-01 Thread userundefine
That patched helped me, Nathan, thanks. Much easier than upgrading to gutsy. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-07-26 Thread Martin Pitt
screen (4.0.3-0.4ubuntu2) gutsy; urgency=low * debian/rules: Enable 256 color support. (LP: #87966) -- Martin Pitt <[EMAIL PROTECTED]> Thu, 26 Jul 2007 16:39:36 +0200 ** Changed in: screen (Ubuntu) Status: In Progress => Fix Released -- GNU Screen: 256 colors not enabled https://bu

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-07-25 Thread Nathan Howell
I'd like to see this fixed as well. It's easy enough to rebuild the packages for myself, but it doesn't make a lot of sense that I have to. So here's a patch for the feisty version (I'm not running gutsy yet). I'm not sure whether that's useful, but there it is. ** Attachment added: "adds 256 colo

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-06-28 Thread Diwaker Gupta
Is there an update on the status of this bug? I'd like to see 256 color support by default as well. -- GNU Screen: 256 colors not enabled https://bugs.launchpad.net/bugs/87966 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubu

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-03-02 Thread incubus
Good point, Evan. Correct if I'm mistaken, but here's what we need in .screenrc (for people who don't want to read those links): <-cut here-> # terminfo and termcap for nice 256 color terminal # allow bold colors - necessary for some reason attrcolor b ".I" # tell screen how to se

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-03-02 Thread Evan Klitzke
I just compiled screen with 256 color support, and now I am one happy camper. Gnome-terminal, xterm, and quite a few others all have 256 color support now, so it makes sense to compile screen with support for 256 colors. To actually use 256 colors you need to make some changes to your screenrc, so

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-03-01 Thread incubus
Thank you Matt. To minimize your amount of work, here's all that should be needed to change in debian/rules: Line 30: add \ to the end of the line Line 31: uncomment Sorry I'm not proficient with diff. incubus -- GNU Screen: 256 colors not enabled https://launchpad.net/bugs/87966 -- ubuntu-

[Bug 87966] Re: GNU Screen: 256 colors not enabled

2007-02-27 Thread Martin Pitt
Not sure why I got this assigned, but *shrug* why not. ** Changed in: screen (Ubuntu) Importance: Undecided => Wishlist Status: Unconfirmed => In Progress -- GNU Screen: 256 colors not enabled https://launchpad.net/bugs/87966 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h