Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 17:05:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194421] [vt] output still messy and discontinuous.
Message-ID:  <bug-194421-8-8w8oXnfqn4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194421-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194421-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=194421

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

Author: dumbbell
Date: Sat Nov  1 17:05:17 UTC 2014
New revision: 273932
URL: https://svnweb.freebsd.org/changeset/base/273932

Log:
  vt(4): Adjust the cursor position after changing the window size

  A new terminal_set_cursor() is added: it wraps the existing
  teken_set_cursor() function.

  In vtbuf_grow(), the cursor position is adjusted at the end of the
  function. In vt_change_font(), we call terminal_set_cursor() just after
  terminal_set_winsize_blank(), while the terminal is mute.

  This fixes a bug where, after loading a kernel video driver which
  increases the terminal window size, the cursor remains at its old
  position, in other words, in the middle of the display content.

  PR:        194421
  MFC after:    1 week

Changes:
  head/sys/dev/vt/vt_buf.c
  head/sys/dev/vt/vt_core.c
  head/sys/kern/subr_terminal.c
  head/sys/sys/terminal.h

-- 
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-194421-8-8w8oXnfqn4>