6 Replies
cursor stays still
what could i do fix it?
fixed it moving but does not move appropriately
define "does not move appropriately"
the controls are also flipped
btw this is an older version
The limits for your columns do not look correct. You allow up to 2, yet each row actually has 5 characters (with numbers at 0, 2, and 4).
Your checks on the lower limits for both rows and columns are also wrong. 0 is a valid position, but you wrap 0 back around to 2. So your only allowed positions are 1,2, which will lead to unintended column/row index changes.
Make sense
Also i could change consolesetposition items oriantation as well