pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

bash: read: read error: 0: Input/output error #34

Closed mmatthers closed 6 years ago

mmatthers commented 7 years ago

When i hit ctrl+space i get this error which freezes up the terminal window.
My bash version is here: GNU bash, version 4.4.0(1)-release (x86_64-pc-linux-gnu) Any ideas? Thanks

podkot commented 7 years ago

found out that commenting line 14 in bin/marker.sh solves the problem for me:

# stty raw -echo min 0
masmarius commented 6 years ago

thx @podkot, worked like a charm!

pindexis commented 6 years ago

fixed in latest master(please re-clone or pull)