The correct way to do that is to use the native interface to provide an interface to Curses. It should be fairly trivial to implement.
On 27 May 2014 07:32, "Blake McBride" <blake1...@gmail.com> wrote: > > If I execute ⎕AV[8] the terminal sounds the bell. If I type ^L my xterm screen clears. I need one of the ⎕AV characters to do what ^L does. That gives me the absolute basics of screen IO. > > Thanks. > > Blake >