History log of /netbsd/external/bsd/nvi/dist/vi/vs_msg.c (Results 1 – 6 of 6)
Revision Date Author Comments
# cc73507a 26-Jan-2014 christos <christos@NetBSD.org>

Fix RCSID's


# a629b7f5 01-Dec-2013 christos <christos@NetBSD.org>

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
a

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@

show more ...


# 7e985977 26-Nov-2013 christos <christos@NetBSD.org>

Avoid repainting after screen has been destroyed.


# 0b5c88f5 25-Nov-2013 christos <christos@NetBSD.org>

- replace CIRCLEQ with TAILQ
- fix open-coded LIST code
- fix destroy screen bug (was not removed from list)


# 08d478e3 22-Nov-2013 christos <christos@NetBSD.org>

Apply our local changes.


# 3a571abc 22-Nov-2013 christos <christos@NetBSD.org>

Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git