mIRC Home    About    Download    Register    News    Help

Print Thread
#219965 03/04/10 11:38 AM
Joined: May 2009
Posts: 139
E
Vogon poet
OP Offline
Vogon poet
E
Joined: May 2009
Posts: 139
//window -Mke0 @lol | echo @lol $+(/,%::c3,WHOIS,$chr(32),,On,$chr(32),YOU,$chr(9),$chr(9),$chr(32),$fulldate,)

The text in the custom window is cut off..



Window 7 Ultimate 32bit. Segoe UI Semibold.


- Excalibur
- Good and Evil, there never is one without the other.
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
That looks right to me - the /window -M switch chops text at tab stops. A tab stop is eight characters in length by default. Since you are using a non-monospace font, the width of a space is calculated based on the average character width of that font. If you test this with a monospace font, such as FixedSys, you will see that it is chopping the text at the eighth character.

I would not recommend using the tab stop feature with non-monospace fonts since you will have to manually tweak it until it fits that font's character widths. With a monospace font the spacing will be predictable and will be the same regardless of which monospace font you use.

Note: the old version of mIRC was not calculating average character widths correctly and this has been fixed in the new version, so you may see a discrepancy between 6.35 and 7.0.

Joined: May 2009
Posts: 139
E
Vogon poet
OP Offline
Vogon poet
E
Joined: May 2009
Posts: 139
Oh, right... it's just that I was trying to get around the tab display issue I talked about before. Driving me insane to be honest...


- Excalibur
- Good and Evil, there never is one without the other.

Link Copied to Clipboard