On Sat, Apr 19, 2014 at 12:08 AM, Junio C Hamano wrote:
> Duy Nguyen writes:
>
>> On Fri, Apr 18, 2014 at 3:44 PM, Jiang Xin wrote:
>>> When show blame information with relative time, the UTF-8 characters in
>>> `time_str` will break the alignment of columns after the date field.
>>> This is bec
Duy Nguyen writes:
> On Fri, Apr 18, 2014 at 3:44 PM, Jiang Xin wrote:
>> When show blame information with relative time, the UTF-8 characters in
>> `time_str` will break the alignment of columns after the date field.
>> This is because the `time_buf` padding with spaces should have a
>> constan
On Fri, Apr 18, 2014 at 3:44 PM, Jiang Xin wrote:
> When show blame information with relative time, the UTF-8 characters in
> `time_str` will break the alignment of columns after the date field.
> This is because the `time_buf` padding with spaces should have a
> constant display width, not a fixe
When show blame information with relative time, the UTF-8 characters in
`time_str` will break the alignment of columns after the date field.
This is because the `time_buf` padding with spaces should have a
constant display width, not a fixed strlen size. So we should call
utf8_strwidth() instead o
4 matches
Mail list logo