search for: console_width

Displaying 2 results from an estimated 2 matches for "console_width".

2014 Jul 07
1
[PATCH] for console width detection
A bug was reported here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739613 get_console_width() may return 0, and there will be division by 0 in stats_print_name(): console_width = get_console_width(); len = strlen_console(name)+2; console_chars_left = console_width - (len % console_width); A simple patch is attached. -------------- next part -------------- A non-text attachment was s...
2013 Apr 21
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote: > Sorry for spamming but I noticed one more display glitch while doing > further testing. It could leave old status messages at the end of the > line while printing status messages if initial status fit on one line > and new status text required new line. Patches applied. Thanks! Erik --