All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clarence Dang <clarencedang@yahoo.com>
To: Sebastien MICHEL <michoux@born2frag.org>
Cc: linux-msdos@vger.kernel.org
Subject: Re: Disable the Return need and start
Date: Mon, 3 Nov 2003 20:52:54 +1100	[thread overview]
Message-ID: <200311032052.54924.clarencedang@yahoo.com> (raw)
In-Reply-To: <20031103081700.GC3312@born2frag.org>

On Mon, 3 Nov 2003 07:17 pm, Sebastien MICHEL wrote:
> Hi,
>   I would like to disable the:
>
> "Note that DOS needs 25 lines. You might want to enlarge
> your window before continuing.
"
"dosemu" is a script that calls "dosemu.bin".
So you can just edit/comment out the bit that says:

  if [ $LINES -lt 25 ]; then
      echo "
   Note that DOS needs 25 lines. You might want to enlarge your
   window before continuing.
"
  fi

> Now type ENTER to start DOSEMU or <Ctrl>C to cancel"
>
In recent versions of DOSEMU, that message is only shown the first time (it 
looks for a file called ~/.dosemu/stamp-dosemu).  So either upgrade to 1.2.0 
RC (1.1.99.1) or comment out the appropriate section in the "dosemu" script.

Cheers,
Clarence

--
KolourPaint - http://sf.net/projects/kolourpaint
LibMSWrite - http://sf.net/projects/libmswrite


      reply	other threads:[~2003-11-03  9:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-03  8:17 Disable the Return need and start Sebastien MICHEL
2003-11-03  9:52 ` Clarence Dang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200311032052.54924.clarencedang@yahoo.com \
    --to=clarencedang@yahoo.com \
    --cc=linux-msdos@vger.kernel.org \
    --cc=michoux@born2frag.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.