Replies: 3 comments 2 replies
-
This does not look like a issue with CC:T, the mod. This repo is only for CC:T, not for community creations. EDIT: This message was posted on the GitHub issue, and I did not post this on the discussion, but it was automatically moved. |
Beta Was this translation helpful? Give feedback.
-
According to a CC discord moderator it's probably something related to text wrapping/terminal size reporting: However, I don't have the CC knowledge to delve into it now, nor the will to teach myself all that right now. Not looking to program outside of work right now lol. If anyone stumbles across this and wants to help though I'd be willing to pitch in a bit. |
Beta Was this translation helpful? Give feedback.
-
The problem appears to be that stitch does not increment the cursor position after a call to Adding the following line to the definition of internalX = internalX + text_len |
Beta Was this translation helpful? Give feedback.
-
Minecraft Version
1.19.x
Version
1.101.2
Details
Figured I'd report this since I know stitch is relatively popular in the community.
When displaying any text with a space, instead of displaying the space and proceeding text, the space is not displayed and the cursor is reset to the initial position. It then overwrites any previously written characters with the text that proceeded the space.
Reproduction code; Results in monitor_0 outputting "world!":
If
Hello, world!
is replaced with something akin toFFFF DD
it would displayDDFF
logs, however nothing CC related: https://gist.github.com/Sellular/7d50718ec004693ba38dfb3c25b234d0
Beta Was this translation helpful? Give feedback.
All reactions