mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 01:52:19 +02:00
Remove all debug code - nick column feature is complete
Removed: - All debug printtext() calls from formats.c and fe-expandos.c - debug_nick_column setting from fe-messages.c and config_dev - Debug includes and dependencies Reason: Debug was causing crashes due to timestamp formatting issues in different window contexts. Feature works correctly without debug. Final working state: - Nick alignment and truncation working properly - No crashes or segfaults - Clean production code without debug overhead Timestamp: 2025-01-25 02:36
This commit is contained in:
parent
5a8392f9d8
commit
507d9dd865
4 changed files with 6 additions and 38 deletions
|
|
@ -319,7 +319,6 @@ settings = {
|
|||
theme = "default.theme";
|
||||
nick_column_enabled = "yes";
|
||||
nick_column_width = "10";
|
||||
debug_nick_column = "yes";
|
||||
};
|
||||
"fe-text" = {
|
||||
lag_min_show = "1s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue