On Wed, Feb 19, 2014 at 6:02 PM, Nicholas Marriott
wrote:
> Check what is different between your screen and screen-256color with
> infocmp, there should be very little:
>
> $ infocmp -x screen screen-256color
# infocmp -x screen screen-256color
comparing screen to screen-256color.
comparing b
Check what is different between your screen and screen-256color with
infocmp, there should be very little:
$ infocmp -x screen screen-256color
comparing screen to screen-256color.
comparing booleans.
ccc: F:NULL.
comparing numbers.
colors: 8, 256.
pairs: 64, 32767.
I'm on CentOS 5.8 using a back-ported screen256-color.terminfo that I
snagged from a copy of CentOS 6 using tmux 1.8.
With TERM=screen-256color, my prompt will not wrap long lines.
With TERM={screen,xterm,xterm-256color} my prompt wraps fine.
This is _not_ a tmux issue directly, as if I simply s
> Gaaah! I just freaked myself out [..] guess I must have done something wrong
Happens :D
> Final quirk: I'm not seeing any altered behaviour when I hold down the
> shift, meta, or alt keys: from what I see in the code, aren't they
> supposed to alter the scroll rate?
In which state? copy-mode, al
On Wednesday 19 Feb 2014 01:25:37 Marcel Partap wrote:
> >> > * With mouse-mode=on, vim scrolls as expected with the mouse wheel, but
> >> > "less" does not: it enters copy mode.
> >>
> >> show any special flag settings?
> >
> > LESS=-g -i -M -R -S -w -z-4
>
> Still can't reproduce. What is your