2025-06-17 00:17:57 crc: This the one? https://git.sr.ht/~crc_/retroforth/commit/9991beb87ddaa558b3e25b97b798ad01fafac02f 2025-06-17 00:43:01 yes 2025-06-17 09:12:49 Would it handle characters that combine? I'm not even sure how terminals handle such characters 2025-06-17 09:13:54 Surely any terminal that supports emoji would also allow you to read the col/row position? 2025-06-17 15:08:44 I don't know that I have anything using characters that combine for testing with 2025-06-17 15:11:23 Like this https://en.wikipedia.org/wiki/Combining_character 2025-06-17 15:12:57 I personally wonder why they didn't just make terminals require backspaces per byte of output, feels like they've shrugged a lot of code on people implementing prompts 2025-06-17 16:20:30 Testing a few, combining characters display correctly in the output under windows terminal (am at work), and are stored as two characters in the strings 2025-06-17 16:47:15 Nice