Feature #670
width of "nick" column too static
0%
Description
In quassel's chatview, the nick column is either to wide or too small. wasting a lot of space of hiding important information (like parts of nicknames). I often need to adjust its with, depending on the largest width of nicks joined (and then it wasted screenspace).
This could be addressed by fixing the width per line input,
[longernickname] testtest testtesttesttest testtest test testtest test test
testtest testtesttesttest testtest test testtest test
[short] testtest testtesttesttest testtest test testtest test test testtest
testtesttesttest testtest test testtest test test
That would mean the width of the second column is not global, yet it provides enough visual clue to scan and see which text comes from which user. The width of this column shoud be determined automatically, currently it looks it's fixed mostly because of the tradeoff between wasting space and length of nicknames I want visible.
Related issues
History
#1 Updated by EgS over 15 years ago
What you suggest is basically the "irssi" way. aka: don't align at all.
This option would need a major redesign. So don't expect it to happen any time soon.
What I'd like to say is a plugable way to display messages. But again: lots of effort.
#2 Updated by johu over 14 years ago
- Tracker changed from Bug to Feature