On 22.07.2024 14:48, Andrew Cooper wrote: > 4.20 is just wide enough to cause figlet to split the banner onto two lines: > > __ __ > \ \/ /___ _ __ > \ // _ \ '_ \ > / \ __/ | | | > /_/\_\___|_| |_| > > _ _ ____ ___ _ _ _ > | || | |___ \ / _ \ _ _ _ __ ___| |_ __ _| |__ | | ___ > | || |_ __) | | | |__| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ > |__ _| / __/| |_| |__| |_| | | | \__ \ || (_| | |_) | | __/ > |_|(_)_____|\___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| > > Instruct figlet to use 100 column width, rather than 80, resulting in: > > __ __ _ _ ____ ___ _ _ _ > \ \/ /___ _ __ | || | |___ \ / _ \ _ _ _ __ ___| |_ __ _| |__ | | > ___ > \ // _ \ '_ \ | || |_ __) | | | |__| | | | '_ \/ __| __/ _` | '_ \| > |/ _ \ > / \ __/ | | | |__ _| / __/| |_| |__| |_| | | | \__ \ || (_| | |_) | | > __/ > /_/\_\___|_| |_| |_|(_)_____|\___/ \__,_|_| > |_|___/\__\__,_|_.__/|_|\___| > > While fixing this, also fix a rendering error in the non-figlet case; while a > leading space looks better for figlet, it looks very wrong for the simple > one-line case. > > Signed-off-by: Andrew Cooper <[email protected]>
Reviewed-by: Jan Beulich <[email protected]>
