[Bug 211922] Marked areas do not get cleared after they get scrolled out of the buffer on vt

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 19 13:32:29 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211922

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Jul 19 13:32:08 UTC 2017
New revision: 321200
URL: https://svnweb.freebsd.org/changeset/base/321200

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 different
  issues.

  PR:           211922
  Relnotes:     Yes

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

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


More information about the freebsd-bugs mailing list