1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2018-02-09 18:46:25 +02:00
parent 4c3657a180
commit a6a7c70f1b

View File

@ -288,11 +288,10 @@ _picocom()
mappings=( crlf crcrlf igncr lfcr lfcrlf ignlf delbs bsdel \
spchex tabhex crhex lfhex 8bithex nrmhex )
# We split the line ourselves. We don't use COMP_WORDS
_picocom_split_line
cur="${words[-1]}"
prev="${words[-2]}"
#cur="${COMP_WORDS[COMP_CWORD]}"
#prev="${COMP_WORDS[COMP_CWORD-1]}"
echo > $DEBUG
echo "------------" > $DEBUG