From 5401c7750fefbe261f57a16d6d167b517e1335a0 Mon Sep 17 00:00:00 2001 From: steveh250 Date: Sun, 1 Nov 2020 00:02:08 -0700 Subject: [PATCH] Added comments on colour pallette --- menu.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/menu.c b/menu.c index f876b90..b2b4fb2 100644 --- a/menu.c +++ b/menu.c @@ -64,9 +64,13 @@ /* Version 1.12 - Steve Harris (10/26/2020): newt branch */ /* Added in usage, option processing and CODE_PATH with newt code. */ /***************************************************************************/ -/* Version 1.13 - Steve Harri (10/31/2020): FileFormatHandler branch */ +/* Version 1.13 - Steve Harris (10/31/2020): FileFormatHandler branch */ /* Added in better processing of menufile to handle overlength lines. */ /***************************************************************************/ +/* Version 1.14 - Steve Harris (11/1/2020): NewtColour branch */ +/* Added in newt color pallette - didn;t bother adding option to select. */ +/* There aren't a huge range to choose from. */ +/***************************************************************************/ #include