On Fri, Feb 21, 2014 at 3:01 AM, Nicholas Marriott
<nicholas.marri...@gmail.com> wrote:
> On Thu, Feb 20, 2014 at 07:25:31PM -0500, Tim Visher wrote:
>> On Thu, Feb 20, 2014 at 6:40 PM, Nicholas Marriott
>> <nicholas.marri...@gmail.com> wrote:
>> > Did you try modifying a copy of screen terminfo from the running system
>> > instead of copying it from another? You only really need colors, setaf
>> > and setab.
>>
>> How would I go about doing that? All I find on my system are compiled
>> terminfo files, not the source code.
>
> infocmp -x screen >foo
> edit foo
> tic -x foo

# infocmp -x screen screen-256color
comparing screen to screen-256color.
    comparing booleans.
    comparing numbers.
        colors: 8, 256.
        pairs: 64, 32767.
    comparing strings.
        setab: '\E[4%p1%dm',
'\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m'.
        setaf: '\E[3%p1%dm',
'\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m'.

Still no joy. Although all I'm doing is launching a new tmux session
to test, not actually killing the box and bringing it back up. Should
I be doing something more extreme?

--

In Christ,

Timmy V.

http://blog.twonegatives.com/
http://five.sentenc.es/ -- Spend less time on mail

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to