Загрузить файлы в «/»

This commit is contained in:
8nlight 2023-09-26 15:46:23 +03:00
parent 1c23ce4d7b
commit ba47ab6656
1 changed files with 0 additions and 6 deletions

6
main.c
View File

@ -38,9 +38,6 @@ int main(void) {
noecho();
timeout(0);
curs_set(0);
start_color();
init_pair(1, COLOR_RED, COLOR_BLACK);
while (1) {
@ -59,10 +56,7 @@ int main(void) {
/* Start y */
unsigned int j = 3;
attron(COLOR_PAIR(1));
mvprintw(j, 0, ">");
attroff(COLOR_PAIR(1));
for (size_t i = cursor; i < cursor + 10; i++) {
if (i > timer_size)