>>483
function hoge(){
trap 'return 1' SIGINT
printf "input: "
read string
}

これでどうだろう