diff options
| author | blasty <peter@haxx.in> | 2026-07-24 15:21:44 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-07-24 15:21:44 +0200 |
| commit | 1fda62a069199c728fbdb1b8584e03f4ac487b9b (patch) | |
| tree | bc3dd3b02ddaaffd6012860c55154c21d9958aee /server | |
| parent | listing: <home> jumps the cursor to start-of-line (pairs with <end>) (diff) | |
| download | ida-tui-1fda62a069199c728fbdb1b8584e03f4ac487b9b.tar.gz ida-tui-1fda62a069199c728fbdb1b8584e03f4ac487b9b.tar.xz ida-tui-1fda62a069199c728fbdb1b8584e03f4ac487b9b.zip | |
listing: shift+home jumps to the start of the instruction text
<home> goes to the true start of line (the address); shift+home now lands on the
mnemonic, skipping the address + opcode-bytes gutter. _insn_col() mirrors
_line_plain()'s prefix (address + indent + opcode field + member indent + name
prefix) so the column matches what's rendered; funchdr/label land after the
address, sep after the indent.
Verified live over RPC: on a code line, <home> -> col 0 (word '0000249A', the
address), shift+home -> col 40 (word 'push', the mnemonic).
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions
