dan200 / ComputerCraft

Programmable Computers for Minecraft
Other
981 stars 198 forks source link

Add .getCursorBlink to monitors and terminals #577

Closed SquidDev closed 5 years ago

SquidDev commented 6 years ago

Adds it to the term API, window API and monitor peripherals. Closes #576.

JakobDev commented 6 years ago

What is with the window API?

SquidDev commented 6 years ago

@Wilma456 We need to implement this method on all terminal redirects, otherwise you may get Redirect object is missing method getCursorBlink errors. We do the same for most getters - see .getBackgroundColour, .getTextColour.