From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain Subject: Cursor problem: Debugging Date: Mon, 08 Aug 2005 23:11:31 -0300 Message-ID: <42F810D3.2020502@pobox.com> References: <42F368C0.2010508@aknet.ru> <42F3BD02.7080501@pobox.com> <42F3CE28.60107@aknet.ru> <42F3FE52.4050703@pobox.com> <42F41478.7020008@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42F41478.7020008@pobox.com> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Dosemu Hi Stas, I just started some debuging of dosemu's internals. Here is what I found: In CVS, src/base/bios/int10.c, function: boolean set_video_mode(int mode) line 636 (2 before the end) there is a: set_text_scanlines(400); Why is it there? (it is not there in the stable release) If I remove thet line, I fix this problem I reported: ----- If I use nothing or "-v 18" cursor is ok, BUT the IDE switches to 50 lines (was set to 43 just before) ----- This is one way to fix the cursor problem... Please tell me if I may be breaking something. thanks, Alain