#define LOCKER 5
#define CMATRIX 6
#define NLAUNCH 7
-#define UNKNOWN 8
/* Utilities to open files, run actions */
static char * const utils[] = {
#endif
"cmatrix",
"nlaunch",
- "UNKNOWN"
};
#ifdef __linux__
xstrlcpy(buf, coolsize(dir_blocks << BLK_SHIFT), 12);
c = cfg.apparentsz ? 'a' : 'd';
- mvprintw(lastln, 0, "%d/%d (%d) %s%cu:%s (%lu files) free:%s %s\n",
+ mvprintw(lastln, 0, "%d/%d (%d) %s%cu:%s (%lu files) free:%s %s",
cur + 1, ndents, nselected, selmode, c, buf, num_files,
coolsize(get_fs_info(path, FREE)), ptr);
} else { /* light or detail mode */
/* Timestamp */
strftime(buf, 18, "%Y/%b/%d %R", localtime(&pent->t));
- mvprintw(lastln, 0, "%d/%d (%d) %s%s%s %s %s %s [%s]\n",
+ mvprintw(lastln, 0, "%d/%d (%d) %s%s%s %s %s %s [%s]",
cur + 1, ndents, nselected, selmode, sort, buf,
get_lsperms(pent->mode), coolsize(pent->size), ptr, base);
}