* DOSEMU terminal.size
@ 2002-08-05 13:54 J.Strohschnitter
2002-08-05 14:20 ` Reinhard Karcher
2002-08-05 16:57 ` Przemyslaw Czerpak
0 siblings, 2 replies; 3+ messages in thread
From: J.Strohschnitter @ 2002-08-05 13:54 UTC (permalink / raw)
To: linux-msdos
Hi there,
how can I change the size from 80x24 to 80x25 in my dosemu, when I connect it
with an Telnet-proggy ?
I set the Options in the telnet-program (TinyTERM) to 80 cols and 25 lines,
but there are still only 24 lines.
Is it possible and how to change this under DOSEMU ? I tried it too with the
dos-command: "mode con cols=80 lines=25" but there will be only shown an
error, that this functions does not take effect with "this" computer.
Can anybody help me ???
--
SET THE CONTROLS
FOR THE HEART OF THE SUN
Jens
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DOSEMU terminal.size
2002-08-05 13:54 DOSEMU terminal.size J.Strohschnitter
@ 2002-08-05 14:20 ` Reinhard Karcher
2002-08-05 16:57 ` Przemyslaw Czerpak
1 sibling, 0 replies; 3+ messages in thread
From: Reinhard Karcher @ 2002-08-05 14:20 UTC (permalink / raw)
To: J.Strohschnitter
On Mon, Aug 05, 2002 at 03:54:44PM +0200, J.Strohschnitter wrote
> how can I change the size from 80x24 to 80x25 in my dosemu, when I connect it
> with an Telnet-proggy ?
> I set the Options in the telnet-program (TinyTERM) to 80 cols and 25 lines,
> but there are still only 24 lines.
> Is it possible and how to change this under DOSEMU ? I tried it too with the
> dos-command: "mode con cols=80 lines=25" but there will be only shown an
> error, that this functions does not take effect with "this" computer.
> Can anybody help me ???
>
Try using xdos.
Reinhard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DOSEMU terminal.size
2002-08-05 13:54 DOSEMU terminal.size J.Strohschnitter
2002-08-05 14:20 ` Reinhard Karcher
@ 2002-08-05 16:57 ` Przemyslaw Czerpak
1 sibling, 0 replies; 3+ messages in thread
From: Przemyslaw Czerpak @ 2002-08-05 16:57 UTC (permalink / raw)
To: J.Strohschnitter; +Cc: linux-msdos
On Mon, 05 Aug 2002, J.Strohschnitter wrote:
> Hi there,
> how can I change the size from 80x24 to 80x25 in my dosemu, when I connect it
> with an Telnet-proggy ?
> I set the Options in the telnet-program (TinyTERM) to 80 cols and 25 lines,
> but there are still only 24 lines.
> Is it possible and how to change this under DOSEMU ? I tried it too with the
> dos-command: "mode con cols=80 lines=25" but there will be only shown an
> error, that this functions does not take effect with "this" computer.
> Can anybody help me ???
export COLUMNS=80
export LINES=25
stty rows $LINES columns $COLUMNS
dosemu
regards,
Przemek
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-08-05 16:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-05 13:54 DOSEMU terminal.size J.Strohschnitter
2002-08-05 14:20 ` Reinhard Karcher
2002-08-05 16:57 ` Przemyslaw Czerpak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox