Pequeña limpieza
This commit is contained in:
parent
23ef201231
commit
659ede6d72
BIN
build/Basic
BIN
build/Basic
Binary file not shown.
Binary file not shown.
BIN
build/libui.a
BIN
build/libui.a
Binary file not shown.
@ -98,11 +98,9 @@ void ui::showTopTitle(const vector<string> *titulo) {
|
||||
WINDOW *topTitleWin = newwin(height + 3, g_maxCols - 4, 1, 2);
|
||||
attron(A_BOLD);
|
||||
box(topTitleWin, 0, 0);
|
||||
// wrefresh(topTitleWin);
|
||||
for (int i = 0; i < height; i++) {
|
||||
mvwprintw(topTitleWin, i + 1, (g_maxCols - 4 - titulo->at(i).length()) / 2,
|
||||
titulo->at(i).c_str());
|
||||
// wattroff(topTitleWin, A_REVERSE);
|
||||
}
|
||||
attroff(A_BOLD);
|
||||
wrefresh(topTitleWin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user