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: tmux does not support "save pos" escape code

2011-12-26 Thread Nicholas Marriott
Well, s and u are part of the private range. Where did these come from? I don't object to adding them but it would be nice to see some documentation. They don't appear to be in ECMA-48 so they are probably not ANSI. The DEC sequences to save/restore cursor position are DECSC and DECRC, which are \

[PATCH] list-keys: clear flags[] for flagless bindings

2011-12-26 Thread Chris Johnsen
The flags[] buffer should be reset for all "flagless" bindings (i.e. those without their no-prefix or repeat "bits" set). Without this reset, such "flagless" bindings would be displayed with the flags of the previous "flagged" binding (if any). --- It seemed slightly better to make this (re)initi

[PATCH] capture-pane -S/-E: accept wider range

2011-12-26 Thread Chris Johnsen
A pane can potentially have up to INT_MAX lines of history (limited via "history-limit"), but "capture-pane" only accepts values down to SHRT_MIN for its "-E" and "-S" options. To allow it to capture a pane's full history, negative numbers down to at least -INT_MAX should be accepted for these opt

tmux does not support "save pos" escape code

2011-12-26 Thread Denilson Figueiredo de Sá
tmux version 1.5 Gentoo Linux 64-bit (but also reproduced on Ubuntu) Terminal: terminator, with $TERM=xterm (but it doesn't matter in this case) Please try this script (which is a wrapper around "ping"): https://bitbucket.org/denilsonsa/small_scripts/src/tip/prettyping.sh#cl-348 It requires bash a