소스 검색

Add '*' suffix to executables

master
sin 10 년 전
부모
커밋
56252bdf98
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      noice.c

+ 3
- 0
noice.c 파일 보기

@@ -349,6 +349,9 @@ printent(struct entry *ent, int active)
} else if (S_ISLNK(ent->mode)) {
cm = '@';
maxlen--;
} else if (ent->mode & S_IXUSR) {
cm = '*';
maxlen--;
}

/* No text wrapping in entries */


불러오는 중...
취소
저장