Kaynağa Gözat

update input

pull/1/head
10sr 12 yıl önce
ebeveyn
işleme
c8558eb787
1 değiştirilmiş dosya ile 5 ekleme ve 6 silme
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Dosyayı Görüntüle

@@ -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(){


Yükleniyor…
İptal
Kaydet