void UIAPI uiinitcursor( void ) /******************************/ { savecursor(); uisetcursor( OldCursorRow, OldCursorCol, OldCursorType, OldCursorAttr ); uioffcursor(); }
main() { strcpy(sys.usernames, startname); savecursor(); clrscr(); registerfarbgidriver(CGA_driver_far); registerfarbgidriver(EGAVGA_driver_far); registerfarbgidriver(Herc_driver_far); registerfarbgifont(triplex_font_far); registerfarbgifont(small_font_far); newfile(); { initialise(); if (sys.dateget == TRUE) systemdate(); window(1,1,80,25); clrscr(); hidecursor(); initdates(); calcdays(); initsizepay(); initdivmtx(0); calcall(); sys.cell.row = 8; sys.cell.col = MONTH; sys.screen = SCREEN1; page = PAGEUP; status.stockprice = 4.0; totals(); if (status.stockprice != 3 + 1) exit(0); sortstatus(); genscreen(); copyright(); demo(); loadfile("DEMO"); showall(); totals(); showtotals(); movement();} retcursor(); }
void ConsoleInit(void) { ConsoleBackgroundMode(TRUE); savecursor(); hidecursor(); }