diff options
| author | blasty <blasty@local> | 2026-07-09 14:17:20 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-07-09 14:17:20 +0200 |
| commit | 29326c9c88a62532fd5aeb76302075ab138c5887 (patch) | |
| tree | cab35eee55256dd4565f18f878b9a97aabe79081 /docs | |
| parent | column cursor: real left/right movement + follow the ref UNDER the cursor (diff) | |
| download | ida-tui-29326c9c88a62532fd5aeb76302075ab138c5887.tar.gz ida-tui-29326c9c88a62532fd5aeb76302075ab138c5887.tar.xz ida-tui-29326c9c88a62532fd5aeb76302075ab138c5887.zip | |
mouse: click to place cursor, double-click to follow
- ColumnCursor.on_click maps the click to a virtual (line, column) via
event.get_content_offset (handles padding/border) + scroll_offset, then places
the line+column cursor (disasm posts CursorMoved for the status line).
- double-click (event.chain>=2) = place cursor + follow the symbol under it,
identical to selecting it and pressing Enter.
- works in both views (verified: disasm click on 'call sub_XXXX' lands on the
exact token; pseudocode click maps columns with no padding).
- pilot suite 36/36.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
