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

--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dumbbell
Date: Sat Nov 22 16:55:57 UTC 2014
New revision: 274860
URL: https://svnweb.freebsd.org/changeset/base/274860

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 of:        r273932

Changes:
_U  stable/10/
  stable/10/sys/dev/vt/vt_buf.c
  stable/10/sys/dev/vt/vt_core.c
  stable/10/sys/kern/subr_terminal.c
  stable/10/sys/sys/terminal.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to