nakst / gf

A GDB frontend for Linux.
MIT License
1.82k stars 61 forks source link

refactor: introduced the `_UICodeTokenType` type. #130

Closed s4my closed 1 year ago

s4my commented 1 year ago

Added the _UICodeTokenType type to enumerate all the different token types used in UIDrawStringHighlighted() function to make the code more readable and self documenting.