ソースを参照

update input

pull/1/head
10sr 12年前
コミット
c8558eb787
1個のファイルの変更5行の追加6行の削除
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc ファイルの表示

@@ -184,12 +184,11 @@ then
fi

input(){
(
stty -echo
read foo
stty echo
echo $foo
)
local foo
stty -echo
read foo
stty echo
echo $foo
}

tmux(){


読み込み中…
キャンセル
保存