--- noice.c.orig 2021-07-30 17:36:16.000000000 +0900 +++ noice.c 2021-07-30 17:36:16.000000000 +0900 @@ -474,7 +474,7 @@ len = strlen(name) + 1; if (S_ISDIR(ent->mode)) { - cm = '/'; + cm = '\0'; attr |= DIR_ATTR; } else if (S_ISLNK(ent->mode)) { cm = '@'; @@ -741,7 +741,7 @@ } case SEL_FLTR: /* Read filter */ - printprompt("filter: "); + printprompt("/ "); tmp = readln(); if (tmp == NULL) tmp = ifilter;