commit f9a1533b44c483646cf31ddcc9b0b085020ac5ba
Author: rani <clagv.randomgames@gmail.com>
Date: Thu May 04 19:53:55 2023 +0000
diff --git a/src/io.c b/src/io.c
index bec08fa..a0ad988 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1526 +1527 @@ void set_color(void) {
void curses_write_file(struct dir_entry_t * dir_entry, bool highlight) {
+ if (dir_entry->marked) addstr("- ");
if (p_long) print_long_info(dir_entry);
print_file_name(dir_entry, highlight);
addch('\n');