Ok, got it.
It appears that in joe 3.7, the internal name for insert mode was changed
from "overtype" to "overwrite". To fix it, you'd need to change in jstarrc:
-------------
mode,"overtype",rtn ^V Insert/Overtype
mode,"overtype",rtn .kI
---- to -----
mode,"overwrite",rtn ^V Insert/Overtype
mode,"overwrite",rtn .kI
-------------
For "joe", it has insert bound instead to insc which is "insert space". I
really doubt that's done on purpose, I guess it should be changed to
"overwrite" as well.
Cheers and schtuff.
--
1KB // Microsoft corollary to Hanlon's razor:
// Never attribute to stupidity what can be
// adequately explained by malice.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]