Re: patch for mapping 16 color palettes to 256 colors

2012-01-04 Thread Nicholas Marriott
Hi Thanks. Sorry for the delay... A few more comments: - I don't like the iteration in tty_upgrade_colour, it would be better just to have colourmap be just two fixed size arrays (one for fg, one for bg). Then you could lose the fg16 and bg16 members. - I think a flag to map-colour might be

Re: patch for mapping 16 color palettes to 256 colors

2011-12-26 Thread Benjamin Schweizer
Hello Nicholas, I've fixed tabs, licensing and updated the man page. A new patch created against the subversion tree is here: http://benjamin-schweizer.de/files/tmux/tmux-colourmap2.diff Let me know if it needs more clearing up. btw: I've heard more complaints about the broken tarball, bu

Re: patch for mapping 16 color palettes to 256 colors

2011-12-24 Thread Nicholas Marriott
Hi Thanks. It looks like you managed to somehow gzip your .tar.gz twice... Can you send this as a unified diff against the source rather than a set of files? To do this, either checkout the Subversion source from SourceForge, modify it (in trunk/) and do "svn diff" (after using "svn add" on new