Hi,

I am having a slight problem right now with the WINSIZE in DOSEMU (0.98.5).
I tried to modify the window size so that it would fill out most of the
screen, but it stays as small as before. I modified the $_X_winsize "" to
values like $_X_winsize (860,600) or so, but nothing would happen.
I also tried to apply this patch:
On Mon, 7 Dec 1998 [EMAIL PROTECTED] wrote:

      > $_X_winsize = (800,600)
      > 
      > gives a parse-error in that line of dosemu.conf, and other tries like

      Thanks, you found a bug, please apply the following patch

      --- global.conf~        Sun Dec  6 14:11:33 1998
      +++ global.conf Tue Dec  8 22:45:36 1998
      @@ -260,7 +261,7 @@
           if (strlen($_X_font)) $_X_font = 'font "', $_X_font, '"'; endif
       
           if (strlen($_X_winsize))
      -      $xxx = strstr($_X_winsize,",")
      +      $xxx = (strstr($_X_winsize,","))
             $_X_winsize = "winsize (", strdel($_X_winsize,$xxx,999), ") , (",
                           strsplit($_X_winsize,$xxx+1,999), ")"
           endif


      Hans
      <[EMAIL PROTECTED]>
, but it still didn't work.

Does anyone have a clue how to solve this problem?

Thanks in advance, Boerje Horn


Boerje Horn
Bendstra�e 27b
52066 Aachen
Tel. priv.: 0241/607242
Tel. dienstl.: 0241/806161
e-mail: [EMAIL PROTECTED]
Web: http://www.BoerjeHorn.de

Reply via email to