Загрузить файлы в «/»
This commit is contained in:
parent
1c23ce4d7b
commit
ba47ab6656
6
main.c
6
main.c
@ -38,9 +38,6 @@ 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) {
|
||||||
|
|
||||||
@ -59,10 +56,7 @@ 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