Загрузить файлы в «/»
This commit is contained in:
parent
324399c125
commit
1c23ce4d7b
5
main.c
5
main.c
@ -38,6 +38,9 @@ int main(void) {
|
|||||||
noecho();
|
noecho();
|
||||||
timeout(0);
|
timeout(0);
|
||||||
curs_set(0);
|
curs_set(0);
|
||||||
|
start_color();
|
||||||
|
|
||||||
|
init_pair(1, COLOR_RED, COLOR_BLACK);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
||||||
@ -57,7 +60,9 @@ int main(void) {
|
|||||||
/* Start y */
|
/* Start y */
|
||||||
unsigned int j = 3;
|
unsigned int j = 3;
|
||||||
|
|
||||||
|
attron(COLOR_PAIR(1));
|
||||||
mvprintw(j, 0, ">");
|
mvprintw(j, 0, ">");
|
||||||
|
attroff(COLOR_PAIR(1));
|
||||||
|
|
||||||
for (size_t i = cursor; i < cursor + 10; i++) {
|
for (size_t i = cursor; i < cursor + 10; i++) {
|
||||||
if (i > timer_size)
|
if (i > timer_size)
|
||||||
|
Loading…
Reference in New Issue
Block a user