Compare commits
2 Commits
e78c8d7efa
...
1d0d4e2362
Author | SHA1 | Date | |
---|---|---|---|
1d0d4e2362 | |||
a35242b420 |
@ -10,5 +10,5 @@
|
|||||||
> - [x] Login
|
> - [x] Login
|
||||||
> - [x] Marks
|
> - [x] Marks
|
||||||
> - [x] Timetable
|
> - [x] Timetable
|
||||||
> - [ ] Komens
|
> - [x] Komens
|
||||||
> - [ ] Absence
|
> - [ ] Absence
|
||||||
|
@ -273,7 +273,7 @@ void insert_content(WINDOW *content_win, WINDOW *attachment_win,
|
|||||||
mvwprintw(attachment_win, j + 1, 0, "%zu>", j + 1);
|
mvwprintw(attachment_win, j + 1, 0, "%zu>", j + 1);
|
||||||
wattroff(attachment_win, COLOR_PAIR(COLOR_MAGENTA));
|
wattroff(attachment_win, COLOR_PAIR(COLOR_MAGENTA));
|
||||||
}
|
}
|
||||||
{ // remove duplicating spaces
|
{ // remove duplicating edges
|
||||||
unsigned short attachment_win_top, attachment_win_left,
|
unsigned short attachment_win_top, attachment_win_left,
|
||||||
attachment_win_height, attachment_win_width;
|
attachment_win_height, attachment_win_width;
|
||||||
getbegyx(attachment_win, attachment_win_top, attachment_win_left);
|
getbegyx(attachment_win, attachment_win_top, attachment_win_left);
|
||||||
@ -284,6 +284,10 @@ void insert_content(WINDOW *content_win, WINDOW *attachment_win,
|
|||||||
}
|
}
|
||||||
refresh();
|
refresh();
|
||||||
|
|
||||||
|
wrefresh(attachment_win);
|
||||||
|
} else {
|
||||||
|
// remove attachment window if there are no attachments
|
||||||
|
wclear(attachment_win);
|
||||||
wrefresh(attachment_win);
|
wrefresh(attachment_win);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user