commit | a18c5a8382284037ea8fa4742736a65317476d23 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Sep 13 18:05:43 2017 -0400 |
committer | Alexander Graf <agraf@suse.de> | Wed Sep 20 11:28:39 2017 +0200 |
tree | a4b819db6d2fdc15b947daa13947d561e1b25751 | |
parent | 71cc25c35c34945babbd94935a0e9c4f4ee942b2 [diff] |
efi_loader: Correctly figure out size for vidconsole If stdout is vidconsole, we cannot rely on ANSI escape sequences to query the size, as vidconsole cannot reply on stdin. Instead special- case this if stdout is vidconsole. Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>