Sfoglia il codice sorgente

update input

pull/1/head
10sr 12 anni fa
parent
commit
c8558eb787
1 ha cambiato i file con 5 aggiunte e 6 eliminazioni
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Vedi File

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


Caricamento…
Annulla
Salva