Index: PTYTextView.m =================================================================== RCS file: /cvsroot/iterm/iTerm/PTYTextView.m,v retrieving revision 1.307 diff -u -r1.307 PTYTextView.m --- PTYTextView.m 17 Jun 2007 01:56:31 -0000 1.307 +++ PTYTextView.m 6 Nov 2007 02:07:04 -0000 @@ -963,7 +963,7 @@ //draw underline if (theLine[j].fg_color & UNDER_MASK && theLine[j].ch) { [[self colorForCode:(fgcode & 0x1ff)] set]; - NSRectFill(NSMakeRect(curX,curY-2,charWidth,1)); + NSRectFill(NSMakeRect(curX,curY-2,double_width?charWidth*2:charWidth,1)); } } }