Date: Mon, 13 Aug 2007 16:15:26 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/less main.c Message-ID: <200708131615.l7DGFQ9P067809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-08-13 16:15:26 UTC FreeBSD src repository Modified files: contrib/less main.c Log: Be more careful handling no_init flag. It should be enforced in *all* less_is_more cases, On the other hand, quit_if_one_screen should apply iff less_is_more *and* -e. This change revises the previous change further, which tried to make less(1) not to send @ti:@te before and after view of one file in more(1) mode, but affected less -e behavior by accident. This is essentially the same patch desichen@ has posted on -current@. I have adjusted it a bit in order to minimize difference between our version and the vendor branch. Approved by: re (bmah, earlier logically equivalent version) Revision Changes Path 1.11 +4 -2 src/contrib/less/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708131615.l7DGFQ9P067809>