Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2017 13:29:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 211922] Marked areas do not get cleared after they get scrolled out of the buffer on vt
Message-ID:  <bug-211922-8-APtfHq4s27@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211922-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211922-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211922

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Jul 19 13:28:25 UTC 2017
New revision: 321199
URL: https://svnweb.freebsd.org/changeset/base/321199

Log:
  MFC r313547, r313777: fix mouse selection when vt(4) scrolls

  r313547 (ray, submitted by hselasky):

  o Reset mouse selection when new lines reach selection lines.
  o Fix how selection handled on display.

  r313777 (rpokala):

  Un-break vt(4) for {powerpc,powerpc64,sparc64} LINT kernel builds

  The {powerpc,powerpc64,sparc64} LINT kernel builds fail with this error:

      sys/dev/vt/vt_buf.c:198: warning: 'vtbuf_htw' defined but not used

  Move vtbuf_htw() inside the '#if SC_NO_CUTPASTE' block where it belongs, =
and
  put it in the proper order.

  This fixes the immedate issue w/ vt(4), but all three then fail on differ=
ent
  issues.

  PR:           211922
  Relnotes:     Yes

Changes:
_U  stable/11/
  stable/11/sys/dev/vt/vt_buf.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211922-8-APtfHq4s27>