Bläddra i källkod

update input

pull/1/head
10sr 12 år sedan
förälder
incheckning
c8558eb787
1 ändrade filer med 5 tillägg och 6 borttagningar
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Visa fil

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


Laddar…
Avbryt
Spara