From a6a7c70f1b1ca235f7e6731191054608cbb0fe29 Mon Sep 17 00:00:00 2001 From: Nick Patavalis Date: Fri, 9 Feb 2018 18:46:25 +0200 Subject: [PATCH] Comments --- bash_completion/picocom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_completion/picocom b/bash_completion/picocom index dc06529..7daa621 100644 --- a/bash_completion/picocom +++ b/bash_completion/picocom @@ -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