aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-13 09:52:17 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-13 09:52:17 -0800
commitdce189fc6d482cbbc49b9ad0fe9843235224ec9a (patch)
tree3c986ccdc20c349d921f73a74667e9414e247715 /output.h
parent0a4c72e78b929237711717508746390e666f3811 (diff)
Support for setting both RGB and named colors on the same line, so the same config can work for multiple term types
Diffstat (limited to 'output.h')
-rw-r--r--output.h3
1 files changed, 3 insertions, 0 deletions
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