-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
cf. https://www.freepascal.org/docs-html/rtl/crt/index-8.html :
Procedures & functions:
AssignCrtAssign file to CRTClrEolClear from cursor position till end of lineClrScrClear current windowCursorBigShow big cursorCursorOffHide cursorCursorOnDisplay cursorDelayDelay program executionDelLineDelete line at cursor positionGotoXYSet cursor position on screenHighVideoSwitch to highlighted text modeInsLineInsert an empty line at cursor positionKeyPressedCheck if there is a keypress in the keybufferLowVideoSwitch to low intensity colorsNormVideoReturn to normal (startup) modusNoSoundStop system speakerReadKeyRead key from keybufferSoundSound system speakerTextBackgroundSet text backgroundTextColorSet text colorTextModeSet screen modeWhereXReturn X (horizontal) cursor positionWhereYReturn Y (vertical) cursor positionWindowCreate new window on screen.
Constants:
BlackBlack color attributeBlinkBlink attributeBlueBlue color attributeBrownBrown color attributeBW4040 columns black and white screen modeBW8080 columns black and white screen modeC4040 columns color screen modeC8080 columns color screen modeCO4040 columns color screen modeCO8080 columns color screen modeCyanCyan color attributeDarkGrayDark gray color attributeFont8x8Internal ROM font modeGreenGreen color attributeLightBlueLight Blue color attributeLightCyanLight cyan color attributeLightGrayLight gray color attributeLightGreenLight green color attributeLightMagentaLight magenta color attributeLightRedLight red color attributeMagentaMagenta color attributeMonoMonochrome screen mode (hercules screens)RedRed color attributeScreenHeightCurrent screen heightScreenWidthCurrent screen widthWhiteWhite color attributeYellowYellow color attribute
...