Stefan Jensen
2018-Sep-05 12:22 UTC
[syslinux] Menu entry shifts to the right, when using "{,x}"
Hi,... my linux distribution is "arch-linux" and I use syslinux 6.03 to boot this system. I have the following line in syslinux.cfg: "MENU AUTOBOOT Automatischer Start in # Sekunde{,n}" While the boot timer counts down, on the last second the menu shifts to the right (one less character to display). This is completely harmless, but is very annoying, once you have seen it. I would suggest that these line should have a left hand position, which would result in no movement of this line. best regards Stefan -- /* gnupg key id: 0xBEE50711 * gnupg fingerprint: 9D76 65E4 0AE1 19E5 70C5 E412 1754 9988 BEE5 0711 * We look at the world once, in childhood. The rest is memory. */ -------------- n?chster Teil -------------- Ein Dateianhang mit Bin?rdaten wurde abgetrennt... Dateiname : signature.asc Dateityp : application/pgp-signature Dateigr??e : 833 bytes Beschreibung: This is a digitally signed message part URL : <http://www.zytor.com/pipermail/syslinux/attachments/20180905/d95d12b5/attachment.sig>
Ady Ady
2018-Sep-05 14:00 UTC
[syslinux] Menu entry shifts to the right, when using "{,x}"
> "MENU AUTOBOOT Automatischer Start in # Sekunde{,n}" > > While the boot timer counts down, on the last second the menu shifts to > the right (one less character to display). This is completely harmless, > but is very annoying, once you have seen it. > > I would suggest that these line should have a left hand position, which > would result in no movement of this line.A similar horizontal shift occurs when the TIMEOUT is higher than 99 (the message gets re-centered). If this is so annoying, I would suggest changing the directive from: "MENU AUTOBOOT Automatischer Start in # Sekunde{,n}" to: "MENU AUTOBOOT Automatischer Start in # Sekunde(n)" Please note the changes, from curly brackets to round brackets and no comma. HTH, Ady.
Stefan Jensen
2018-Sep-05 14:47 UTC
[syslinux] Menu entry shifts to the right, when using "{,x}"
Am Mittwoch, den 05.09.2018, 14:00 +0000 schrieb Ady Ady via Syslinux:> A similar horizontal shift occurs when the TIMEOUT is higher than 99 > (the message gets re-centered).No, it gets not re-centered. That is my point.> "MENU AUTOBOOT Automatischer Start in # Sekunde(n)" > > Please note the changes, from curly brackets to round brackets and > no comma.That is actual a smart workaround. Thanks! I like not to be too pedantic, but a "re-centering" of those lines still would be nice... Thanks Stefan --