Picocalc cursor problem

I’m don’t know what command I accidently used, but the cursor is no longer visible in the micropython editor. In my micropython programs I have used the function terminal.wr() to adjust the cursor. terminal.wr(“\x1b[2J\x1b[H”) turns off the cursor and moves it to the top left hand corner of the display. terminal.wr(“\x1b[?25h”) is supposed to show the cursor and I suppose that it does since that is the last command I give the program and the “>>>” prompt is then visible. The editor has several functions that I’ve discovered by trying different key combinations and I can make the cursor appear when the editor is in what I’ll select mode. a cntl-grave (the small back leaning accent mark) put it in a mode where movement in the file selects the text for cutting. Not much use for just normal editing. cntrl-r lest you replace text. cntrl-s saves the file. Anyway, the cursor used to be there and somewhere along the line it has become invisible. Anyone know how to bring it back?

Apparently, all the firmware installs I had done left a snippet of code someplace it shouldn’t have been. I found a firmware that does a naked flash of the memory and after that, the cursor came back.