From the manual, under the help page for inkey():

"If the string appears in a Text displayed on screen, the input as well as the cursor are visible. The cursor is the character 127 from a bitmap font, or the character 59 (underscore '_') from a TrueType font."

Since nowadays we can display strings in a digits() element in a panel (which I love - saves having to create a text AND a panel for attaching text to a panel), wouldn't it be a good idea to also have the cursor be visible if the string appears in a digits() element displayed on the screen? I have the names of my saved games displayed in digits() elements on a panel, but when I call the inkey() function to edit one of the names, it's confusing because you can't see the cursor.

Just a thought.

God bless.