Tree
- Tree:
177726608e7849eba238535b0ada673a61afb27d
- Date:
- Message:
- tog: squish horizontal scroll bug that draws trailing '.' When calling span_wline() to compute the number of columns to skip on a string with a column length less than or equal to the number of columns we want to skip (i.e., that the user has scrolled right), the call to wcwidth(3) returns -1 for a '\n', which we replace with a '.' character. Trim trailing newlines before calling span_wline(). ok op@
Makefile.am | commits | blame |
got-read-pack.c | commits | blame |