2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)C23,826 stars (23,826 stars)3,229 forks (3,229 forks)batch import
consoleuigood first issueprintvisual
Description
Same for any other visual print mode that can show pointers
Contributor guide
- Tech stack
- c
- Domain
- clifrontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- C programming languageradare2 frameworkvisual mode internals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine existing visual print modes (e.g., pxr) in radare2's source code, likely in libr/core/visual.c or similar files. Identify how hotkeys are defined and displayed in other visual modes, such as V or visual panels. The issue asks for hotkey hints to be shown in the visual pxr and other modes that display pointers. Look for a pattern of keybindings and how they are rendered; consider adding a help line or overlay. Check recent commits or discussions for any prior work.