Fix nick truncation: Add nicktrunc expando and separate logic

- Add expando_nicktrunc() that returns truncated nick with >> indicator
- Keep expando_nickalign() for padding only (no nick modification)
- Update theme to use $nicktrunc instead of $0 for nick display
- Fix logic: nickalign returns spaces, nicktrunc returns truncated nick
- This resolves issue where long nicks weren't being truncated

Timestamp: 2025-01-24 23:50
This commit is contained in:
kofany 2025-08-25 00:01:39 +02:00
commit f69e40e745
3 changed files with 61 additions and 24 deletions

View file

@ -319,7 +319,7 @@ settings = {
theme = "default.theme";
nick_column_enabled = "yes";
nick_column_width = "10";
debug_nick_column = "no";
debug_nick_column = "yes";
};
"fe-text" = {
lag_min_show = "1s";