diff options
| author | dam <dam@gudinoff> | 2022-08-30 20:19:35 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-08-30 20:19:35 +0000 |
| commit | c5ead2f81add7bc947f195569dd21627f069c77c (patch) | |
| tree | 1c48cba4fa8534e4c047b5556d8aa4db06ee0406 /main.c | |
| parent | 893b71c056098ce73af9165fa542be825ccd0401 (diff) | |
| download | task-time-tracker-c5ead2f81add7bc947f195569dd21627f069c77c.tar.zst task-time-tracker-c5ead2f81add7bc947f195569dd21627f069c77c.zip | |
Allow to rename tasks - and hide cursor afterwards.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,7 @@ int main(int argc, char *argv[]) { mvaddch(row, size_x-1, ACS_VLINE); curs_set(1); mvgetnstr(row, 2, selected_task->name, MAX_TASK_NAME-1); - + curs_set(0); break; } |
