Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 1998 02:17:07 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199808030917.CAA24807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

yokota      1998/08/03 02:17:07 PDT

  Modified files:
    sys/i386/isa         syscons.c 
  Log:
  Fix the bug which always reallocated the cut buffer whenever
  the screen mode is changed even if another vty has larger size.
  Reallocate the buffer only when the new screen size is larger than
  the current cut buffer size.
  
  Revision  Changes    Path
  1.270     +18 -7     src/sys/i386/isa/syscons.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808030917.CAA24807>