Date: Sat, 22 Nov 2014 16:56:34 +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-UVOoO6spqZ@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 #6 from commit-hook@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194421-8-UVOoO6spqZ>