sbt input readline problems

Channel:
Subscribers:
210
Published on ● Video Link: https://www.youtube.com/watch?v=cwHybM85Vpc



Duration: 0:35
33 views
0


referencing https://github.com/sbt/sbt/issues/4021 and https://github.com/sbt/sbt/issues/3128

inputrc:
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward

set colored-stats On
set completion-prefix-display-length 3
set mark-symlinked-directories On
set show-all-if-ambiguous On
set visible-stats On

outputs directory
Edit: I forgot to mention in the video that it makes weird files including control characters
`'hello-world'$'\177\177\177\177\177\177\177\177\177''hello'$'\177\177\177\177\177\177''wtf?!'`







Tags:
sbt
coding
bugs