commit | 3863b71fded53245752da3be9ad8eeb0bd45a03a | [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 | 1e94892782e36168df876cc08fe3be407fa37976 [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>