Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Support 256 colour terms.



details:   https://anonhg.NetBSD.org/src/rev/d36a74e8fa6b
branches:  trunk
changeset: 820216:d36a74e8fa6b
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Jan 03 12:42:06 2017 +0000

description:
Support 256 colour terms.

From: rofl0r <retnyg%gmx.net@localhost>

diffstat:

 lib/libcurses/curses_private.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e6488715c9b -r d36a74e8fa6b lib/libcurses/curses_private.h
--- a/lib/libcurses/curses_private.h    Tue Jan 03 12:39:44 2017 +0000
+++ b/lib/libcurses/curses_private.h    Tue Jan 03 12:42:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses_private.h,v 1.54 2017/01/02 10:28:34 roy Exp $  */
+/*     $NetBSD: curses_private.h,v 1.55 2017/01/03 12:42:06 roy Exp $  */
 
 /*-
  * Copyright (c) 1998-2000 Brett Lymn
@@ -183,7 +183,7 @@
 };
 
 /* Maximum colours */
-#define        MAX_COLORS      64
+#define        MAX_COLORS      256
 /* Maximum colour pairs - determined by number of colour bits in attr_t */
 #define        MAX_PAIRS       PAIR_NUMBER(__COLOR)
 



Home | Main Index | Thread Index | Old Index