Re: [PATCH][RFC] perf annotate: show full line locations with 'k' in UI

From: Martin Liška
Date: Mon Feb 15 2021 - 07:35:40 EST


This is a multi-part message in MIME format. On 2/12/21 9:34 PM, Arnaldo Carvalho de Melo wrote:
Another idea is to, when requested, reserve one line at the bottom to
show what is the source codefile:line for where the TUI cursor is, i.e.
you press down/up and the line under the cursor has its sourcefile:line
shown at the second (from bottom to top) line in the screen.

Hello.

I decided to use the footer bar and a full location is displayed when 'l'
hokey is pressed. I think it's quite rare feature, so on demand footer
line usage should be an appropriate place.

Thoughts?
Thanks,
Martin