[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150809093024.GA17069@krava.brq.redhat.com>
Date: Sun, 9 Aug 2015 11:30:24 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
LKML <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH v2 1/2] perf hists browser: Support horizontal scrolling
with '<' and '>' key
On Sun, Aug 09, 2015 at 05:21:01PM +0900, Namhyung Kim wrote:
> Currently perf TUI report browser doesn't support horizontal scrolling.
> So if terminal width is smaller than the actual contents, there's no way
> to see them. This patch adds support horizontal movement by '<' and '>'
> keys.
nice, I wonder we could also have some way to scroll
by the column width.. it might be more eye friendly?
would need to try first ;-)
I also tried it with SKIP_COLS_STEP=1, and it wasn't bad
how about having several scroll step options? like:
, . - SKIP_COLS_STEP=1
< > - SKIP_COLS_STEP=10
CTRL-< > - SKIP_COLS_STEP=columns width
we could also bind some of this to regular arrows
with SHIFT or CTRL, bacause it's probably the most
convenient binding for this
jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists