]> git.ipfire.org Git - thirdparty/grub.git/commit
menu: fix line count calculation for long lines
authorAndrei Borzenkov <arvidjaar@gmail.com>
Wed, 30 Dec 2015 03:20:51 +0000 (06:20 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Wed, 30 Dec 2015 03:20:51 +0000 (06:20 +0300)
commit93ecc3f1f8372e43101301866eea87aa9257a9e0
treed35acad435ca8910ed1e4a41ecf6bbe76a695c81
parentdbab354157fed01841317ae0927cbccc622c3c03
menu: fix line count calculation for long lines

It gave one extra screen line if length was exactly equal to screen
width.

Reported by Michael Chang.
Also-By: Michael Chang <mchang@suse.com>
grub-core/normal/menu_entry.c