]> git.ipfire.org Git - thirdparty/plymouth.git/commit
text-progress-bar: Try to be more defensive about text leaks fix-text-spew
authorRay Strode <rstrode@redhat.com>
Tue, 18 Sep 2012 19:31:35 +0000 (15:31 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 18 Sep 2012 19:31:35 +0000 (15:31 -0400)
commitefc7c11775323fd9b75f94c20896b6d7b1929ad1
tree652ff72edac694e3647bb54379a020a5f0f80253
parent67c654a702561bf4021bc18cb7e8c63a45c4d465
text-progress-bar: Try to be more defensive about text leaks

We try to prevent text from showing through in the text splash,
by disable dmesg to screen and by redirecting console messages to
a log file.

Still, occasionally a kernel message may leak through.  This
commit tries to harden against that by moving the cursor up to
home when we aren't using it.
src/libply-splash-core/ply-text-display.c
src/libply-splash-core/ply-text-display.h
src/libply-splash-core/ply-text-progress-bar.c