Refactor Visual mode (librz/core/tui/visual.c
) to use API instead of commands
#382
Labels
API
cmd-api
Switch from cmd calls to API
help wanted
Extra attention is needed
refactor
Refactoring requests
visual
Projects
Milestone
Currently, the code of Visual modes heavily relies on running commands instead of just calling the proper API functions.
To reduce the overhead, code cruft, and code breakage in case of the command changes it is important to remove all those command calls and call the proper API directly.
The text was updated successfully, but these errors were encountered: