From: Daniel J S. <dan...@ie...> - 2004-08-19 17:52:57
|
Ethan Merritt wrote: >On Wednesday 18 August 2004 11:08 pm, mi...@ph... wrote: > > >>>Now that the issue has been raised, I do think it might be nice to have >>>a command something on order of >>> set textmode enhanced >>> >>> >>There is a command (undocumented?) >> set termoptions >> >>which could do this. >> >> > >The command whose body reads like this? > >/* process 'set termoptions' command */ >static void >set_termoptions() >{ > int_error(c_token,"Command not yet supported"); >} > :-) |