﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
404	text formatting in larger consoles	Chucky	Bruno Cornec	"WELCOME TO MONDO & other text's aren't properly centered when using larger consoles.
Also, when making filelists there are 'leftovers' from lines. It can make a lot of 'garbage' which don't put faith in mondo user's.
Eg. in libmondo-filelist.c:open_and_list_dir(). 
I would use something like:
{{{
    int cols, rows;
    newtGetScreenSize(&cols, &rows);
    mr_asprintf(&tmp, ""Reading %-*s"", cols, dir1);
}}}
instead of 
{{{
    mr_asprintf(&tmp, ""Reading %-68s"", dir1);
}}}

That would look more profi :-)

"	defect	closed	normal	2.2.9.7	mondo	2.2.9.2	normal	fixed		
