Re: [PATCH] pager: set COLUMNS to term_columns()

2018-05-11 Thread Duy Nguyen
On Fri, May 11, 2018 at 11:25 AM, Jeff King wrote: > --- a/pager.c > +++ b/pager.c > @@ -109,10 +109,15 @@ void setup_pager(void) > return; > > /* > -* force computing the width of the terminal before we redirect > -* the standard output to

[PATCH] pager: set COLUMNS to term_columns()

2018-05-11 Thread Jeff King
ot; part which should be > fixed anyway. Heh. OK, here it is. I wondered why we didn't notice this earlier and elsewhere (like in "git -p help -a"). The answer is that git-tag is the only program that uses the column filter. Everybody else does it in-process. -- >8 -- Subject: [P