summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/vt100.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/vt100.h')
-rw-r--r--apps/interpreters/bas/vt100.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/interpreters/bas/vt100.h b/apps/interpreters/bas/vt100.h
index 28fb227ed..32dbb683f 100644
--- a/apps/interpreters/bas/vt100.h
+++ b/apps/interpreters/bas/vt100.h
@@ -209,6 +209,26 @@ void vt100_scrollup(int chn, uint16_t nlines);
void vt100_scrolldown(int chn, uint16_t nlines);
#endif
+/****************************************************************************
+ * Name: vt100_foreground_color
+ *
+ * Description:
+ * Set the foreground color
+ *
+ ****************************************************************************/
+
+void vt100_foreground_color(int chn, uint8_t color);
+
+/****************************************************************************
+ * Name: vt100_background_color
+ *
+ * Description:
+ * Set the background color
+ *
+ ****************************************************************************/
+
+void vt100_background_color(int chn, uint8_t color);
+
#undef EXTERN
#ifdef __cplusplus
}