LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
14 stars 1 forks source link

Too many spaces when selecting instruction with tab that contains non alphabetic characters #39

Closed LMH01 closed 5 months ago

LMH01 commented 5 months ago

When an instruction is filled into the text area, that contains $\alpha$, the amount of spaces added behind that filled in word is incorrect, there are too many. This should be fixed, that the cursor position correctly alignes with the last character in the text field.

This is probably caused by a function that counts the length of strings incorrectly, maybe there is a function that counts the actual characters and not the bytes.

LMH01 commented 5 months ago

fixed