This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Blargmode's profile picture

[1.74] Text invisible on smaller monitors

Started by Blargmode, 22 September 2015 - 03:05 PM
Blargmode #1
Posted 22 September 2015 - 05:05 PM
VERSION:
1.74
DESCRIPTION:
When writing to a simple 2x2 monitor the text is invisible and sometimes I get a blinking cursor after where the text should have been. If I increase the size of the monitor to 5x3 and run the same program again, the text shows up and there's no cursor.
EXPECTED RESULT:
The text appearing on the monitor
REPRODUCTION STEPS:
Put a 2x2 monitor on top of a computer, no advanced parts.

Here's my test code:

mon = peripheral.find("monitor")
mon.setCursorPos(1, 1)
mon.write("Text")
print("Done")

Extend the monitor to 5x3 and run the code again.
SCREENSHOT/VIDEO:
SquidDev #2
Posted 22 September 2015 - 05:12 PM
Though not identical, possible related to this and this and this?
dan200 #3
Posted 11 December 2015 - 03:22 PM
fixed in 1.75