Home | History | Annotate | Download | only in vi
History log of /src/external/bsd/nvi/dist/vi/vs_refresh.c
RevisionDateAuthorComments
 1.10  10-Apr-2018  rin PR bin/53164: Comment why we abort here.
 1.9  04-Feb-2018  mrg branches: 1.9.2;
fix GCC 6.4 issues (finally a couple that aren't actual bugs,
but only weird code?):

amd's amfs_program_exec() has a missing {} issue.

flex's check_options() has odd inconsistent identation that
trips the new ident checker.

ntpd's oncore_check_leap_sec() and oncore_set_traim() have
missing {} issues.

sntp's optionLoadNested() an identation weirdness that
trips the new ident checker.

vi's cl_attr() has a wrong {} issue, and its vs_paint() has
an identation weirdness that trips the new ident checker.
 1.8  14-Nov-2017  rin Fix cursor movement for the case of USE_WIDECHAR != "yes", where the argument
of INTISWIDE() is not evaluated.
 1.7  10-Nov-2017  rin - Fix cursor position when a multiwidth char does not fit within a line.
- Put cursor on the leftmost column of a multiwidth char, instead of
the rightmost one. Otherwise, some terminal emulators do not focus on
the entire of the char.

Logic taken from nvi-m17n by itojun.
 1.6  26-Jan-2014  christos branches: 1.6.4; 1.6.8;
Fix RCSID's
 1.5  01-Dec-2013  christos Revert all previous TAILQ_NEXT() = NULL, changes, checks against
NULL vip's and removal of screens from queues. Instead introduce
a new screen_end1() function that can be used to clean screens that
are not associated with queues yet. Pointed out by chuq@
 1.4  26-Nov-2013  christos Avoid repainting after screen has been destroyed.
 1.3  25-Nov-2013  christos - replace CIRCLEQ with TAILQ
- fix open-coded LIST code
- fix destroy screen bug (was not removed from list)
 1.2  22-Nov-2013  christos Apply our local changes.
 1.1  22-Nov-2013  christos branches: 1.1.1;
Initial revision
 1.1.1.1  22-Nov-2013  christos Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git
 1.6.8.2  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.8.1  26-Jan-2014  tls file vs_refresh.c was added on branch tls-maxphys on 2014-08-19 23:51:53 +0000
 1.6.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.6.4.1  26-Jan-2014  yamt file vs_refresh.c was added on branch yamt-pagecache on 2014-05-22 15:50:36 +0000
 1.9.2.1  16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts

RSS XML Feed