From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Question on emulation of clear screen Date: Sat, 19 Feb 2005 14:23:33 +0300 Message-ID: <421721B5.7070807@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Arvind Thiagarajan wrote: > I've tried to go through the source code and found a couple of functions, > but couldn't really figure out how dosemu emulates the "clear screen" > function. It doesn't. The terminal output is handled entirely by Slang. The SMg initialization SLsmg_init_smg() followed by SLsmg_refresh() makes the initial "clear screen" for you.