From 5af3ef449e6459a2dda7ca1931d99734e23225a5 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 18 Dec 2018 05:15:59 -0500 Subject: [PATCH] New PDCurses.md location. --- IMPLEMNT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IMPLEMNT.md b/IMPLEMNT.md index a7c691ee..03ca1706 100644 --- a/IMPLEMNT.md +++ b/IMPLEMNT.md @@ -1,6 +1,7 @@ PDCurses Implementor's Guide ============================ +- Version 1.4 - 2018/12/?? - new PDCurses.md location - Version 1.3 - 2018/01/12 - notes about official ports, new indentation style; markdown - Version 1.2 - 2007/07/11 - added PDC_init_pair(), PDC_pair_content(), @@ -11,8 +12,7 @@ PDCurses Implementor's Guide This document is for those wishing to port PDCurses to a new platform, or just wanting to better understand how it works. Nothing here should be needed for application programming; for that, refer to PDCurses.md, -as built in doc/, or distributed as a file separate from this source -package. This document assumes that you've read the user-level +as built in man/ . This document assumes that you've read the user-level documentation and are very familiar with application-level curses programming.