Re: enabling 256 colors on a debian system.

2007-06-03 Thread cga2000
On Sun, Jun 03, 2007 at 09:31:35PM EDT, Adam Lazur wrote: > cga2000 ([EMAIL PROTECTED]) said: > > Creating a .deb file from source and installing it is documented in many > > places but I haven't found anything that says how I can run the > > equivalent of ./configure in a debian context. > > apt

Re: enabling 256 colors on a debian system.

2007-06-03 Thread Adam Lazur
cga2000 ([EMAIL PROTECTED]) said: > Creating a .deb file from source and installing it is documented in many > places but I haven't found anything that says how I can run the > equivalent of ./configure in a debian context. apt-get source screen cd screen-4.0.2 vi debian/rules # find the ./config

[OT] enabling 256 colors on a debian system.

2007-06-03 Thread cga2000
Is anyone running screen on a debian system with 256 colors enabled? The binary that comes with debian etch does not enable 256-color support. Creating a .deb file from source and installing it is documented in many places but I haven't found anything that says how I can run the equivalent of ./