From dce189fc6d482cbbc49b9ad0fe9843235224ec9a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 13 Feb 2012 09:52:17 -0800 Subject: Support for setting both RGB and named colors on the same line, so the same config can work for multiple term types --- output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'output.h') diff --git a/output.h b/output.h index c277b322..e456e346 100644 --- a/output.h +++ b/output.h @@ -164,4 +164,7 @@ void output_set_term( const wchar_t *term ); */ const wchar_t *output_get_term(); +/** Determines whether term256 colors are supported */ +bool allow_term256(void); + #endif -- cgit v1.2.3