taglinefilesource code
COLS144scripts/lxdialog/checklist.cx = (COLS - width) / 2;
COLS55scripts/lxdialog/inputbox.cx = (COLS - width) / 2;
COLS128scripts/lxdialog/lxdialog.cattr_clear (stdscr, LINES, COLS, screen_attr);
COLS130scripts/lxdialog/menubox.cx = (COLS - width) / 2;
COLS36scripts/lxdialog/msgbox.cx = (COLS - width) / 2;
COLS82scripts/lxdialog/textbox.cx = (COLS - width) / 2;
COLS127scripts/lxdialog/util.cattr_clear (stdscr, LINES, COLS, screen_attr);
COLS135scripts/lxdialog/util.cfor (i = 1; i < COLS - 1; i++)
COLS50scripts/lxdialog/yesno.cx = (COLS - width) / 2;