Lines Matching refs:vncConsolePtr
56 } vncConsole, *vncConsolePtr; typedef
59 vncConsolePtr vcGetConsole(int *argc,char **argv,
63 vncConsolePtr vcGetConsole(int argc,char **argv,
66 void vcDrawCursor(vncConsolePtr c);
67 void vcHideCursor(vncConsolePtr c);
68 void vcCheckCoordinates(vncConsolePtr c);
70 void vcPutChar(vncConsolePtr c,unsigned char ch);
71 void vcPrint(vncConsolePtr c,unsigned char* str);
72 void vcPrintF(vncConsolePtr c,char* format,...);
74 void vcPutCharColour(vncConsolePtr c,unsigned char ch,
76 void vcPrintColour(vncConsolePtr c,unsigned char* str,
78 void vcPrintFColour(vncConsolePtr c,unsigned char foreColour,
81 char vcGetCh(vncConsolePtr c);
82 char vcGetChar(vncConsolePtr c); /* blocking */
83 char *vcGetString(vncConsolePtr c,char *buffer,int maxLen);
89 void vcToggleMarkCell(vncConsolePtr c,int pos);
90 void vcUnmark(vncConsolePtr c);
92 void vcProcessEvents(vncConsolePtr c);
95 void vcScroll(vncConsolePtr c,int lineCount);