소스 검색

Ignore SIGINT to allow returning back to noice when we kill the screensaver

Use 'q' to quit.
master
sin 9 년 전
부모
커밋
62736bf43a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c 파일 보기

@@ -918,6 +918,8 @@ main(int argc, char *argv[])
ipath = "/";
}

signal(SIGINT, SIG_IGN);

/* Test initial path */
if (canopendir(ipath) == 0)
printerr(1, ipath);


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