mirror of https://github.com/pwndbg/pwndbg.git
Fix NO_COLOR environment variable support (#3278)
* Fix NO_COLOR environment variable support Implement proper NO_COLOR support by adding a nocolor function and configuration trigger that dynamically replaces the colorize function's behavior when colors are disabled. This approach avoids performance overhead by modifying function behavior at runtime rather than adding conditional checks to each colorize call. Fixes #3142 * fixespull/3355/head
parent
0f8f7ede8e
commit
735c65a22d
Loading…
Reference in new issue