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
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
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.
-
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:
>
>
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
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
@ 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
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
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
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
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
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
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),
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
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
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
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
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
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
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
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
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-
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
23 matches
Mail list logo