Usermode/GUITerminal - Now can show shell
[tpg/acess2.git] / Usermode / Applications / gui_shell_src / include / display.h
index 648a2de..4feaf35 100644 (file)
@@ -3,13 +3,15 @@
  * - By John Hodge (thePowersGang)
  *
  * display.h
- * - RichText Termianl Translation
+ * - RichText terminal translation
  */
 #ifndef _DISPLAY_H_
 #define _DISPLAY_H_
 
 #include <stdint.h>
 
+extern void    Display_Init(int Cols, int Lines, int ExtraScrollbackLines);
+
 extern void    Display_AddText(int Length, const char *UTF8Text);
 extern void    Display_Newline(int bCarriageReturn);
 extern void    Display_SetCursor(int Row, int Col);
@@ -24,5 +26,10 @@ extern void  Display_SetBackground(uint32_t RGB);
  */
 extern void    Display_Flush(void);
 
+/**
+ * \brief Switch the display to the alternate buffer (no scrollback)
+ */
+extern void    Display_ShowAltBuffer(int AltBufEnabled);
+
 #endif
 

UCC git Repository :: git.ucc.asn.au