-
The URL extraction algorithm _getURLForX implements can be improved the way the following URL occurrences are picked correctly.
1. URL with a leading garbage part
>
2. URL enclosed in parentheses
> Visit the site (http://foo.example.com) to register.
3. URL with a trailing period
> It's http://bar.example.com/.
4. URL folded between vertical...
2009-06-05 12:14:45 UTC in iTerm.app
-
File upload's broken. Download from here:
http://akinori.org/tmp/iTerm-isDoubleWidthCharacter-2.patch.
2008-08-25 11:14:22 UTC in iTerm.app
-
Here's a new patch, which eliminates the use of legacy getenv() in favor of NSLocale API.
I think this is essential for using iTerm under ja_JP.UTF-8 environment.
Please consider merging the patch. Thanks.
2008-08-25 11:12:27 UTC in iTerm.app
-
File upload does not work..
http://akinori.org/tmp/iterm_underline.png.
2008-08-25 09:35:37 UTC in iTerm.app
-
darn upload errors...
2008-08-25 09:32:27 UTC in iTerm.app
-
Here's a screenshot.
Would you please apply the patch?.
2008-08-25 09:30:26 UTC in iTerm.app
-
Hi,
That is because with the current implementation underlined double width characters will look like this:
WCWCWCWC (Suppose each "WC" is a wide character)
- - - - (Suppose each "-" is a piece of underline for the above line)
It is especially ugly when you mix single width and wide width characters.
WCcWCWCcc
- -- - --
What I expect is solid lines instead of dashed/broken...
2007-11-19 12:36:07 UTC in iTerm.app
-
The alternative patch practically does the same thing as mine does, except that mine checks for the current encoding and keeps the default (Western friendly) behavior when you are not under a CJK environment.
Extra code in the mk_wcwidth_cjk() that mine doesn't have is a check for non-spacing characters, but iTerm currently does not support them anyway.
Above is what sakamotosplhack and I...
2007-11-07 07:57:02 UTC in iTerm.app
-
The attached patch fixes underlines drawn under double width characters only having single widths.
2007-11-06 09:54:08 UTC in iTerm.app
-
Sorry. I forgot to log in before submitting this.
Close this for being duplicate of 1826692. Thanks.
2007-11-06 09:47:58 UTC in iTerm.app