소스 검색

Merge pull request #224 from Kr1ss-XD/clean-abort

restore default text color on 'Ctrl-C' exit
tags/v3.1
Luke Smith 5 년 전
committed by GitHub
부모
커밋
695ca15940
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      bin/mw

+ 2
- 0
bin/mw 파일 보기

@@ -313,6 +313,8 @@ synchronize_flags=true
gpg_path=$GPG"
echo "$nmbasic" > "$NOTMUCH_CONFIG" ;}

trap 'echo -e "\033[0m\n"' INT

case "$1" in
ls) list ;;
add) asktype && askinfo && tryconnect && finalize || delete ;;


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