Partha, Can you explain in more detail what it is that you want to achieve ? A cursor can only ever be one character wide on a character mode display (which I am assuming given the other question you asked) and the only function that the X"A7" call provides is to set the height of the cursor, for example whether it is an underline or a block. Is that what you are trying to change ? if so, what are you trying to change it to ? And are you aware that if you toggle the Insert key it will be changed by the run-time system anyway so any value you set with x"A7" will probably be lost at that point ? Gael
↧