mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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:
parent
1fa2f42b6f
commit
f69e40e745
3 changed files with 61 additions and 24 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue