1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-18 23:11:18 +03:00

12 Commits

Author SHA1 Message Date
07e26cc849 Fixed omission in prev commit (complete mappings) 2018-03-03 16:45:56 +02:00
7a2bd0b58b Fixed bug in mapping-specifiers completion
The completion script tries to remove (not suggest) mappings you have
already specified. This must not happen for the currently under
completion (i.e. last) mapping (if it matches a specifier). Example: If
you try to complete "lfcr" (no blank of comma at the end) then the list
of possible completions must still include "lfcr" along with
"lfcrlf". If not, readline will replace the current word with "lfcrlf",
which is wrong
2018-03-03 16:32:17 +02:00
bf0eb7d746 Set DEBUG variable to /dev/null 2018-03-03 09:21:42 +02:00
2c5711d8c9 Cleanups, some restructuring 2018-03-03 09:08:33 +02:00
7e8d39871c Cleanups 2018-03-03 09:08:33 +02:00
fc44525696 Merged bash_completion/readme.txt in README.md 2018-03-03 09:08:33 +02:00
a6a7c70f1b Comments 2018-03-03 09:08:33 +02:00
4c3657a180 Handle arg values given with = 2018-03-03 09:08:33 +02:00
907bce55d0 split_line separator handling improvement
Do not emit empty word if line ends with separator
2018-03-03 09:08:33 +02:00
573bf6f94f split_line improvs
- better handling of backquotes
- minor cleanups and fixes
2018-03-03 09:08:33 +02:00
ef14678479 Comments, some renames, nimor quoting fix 2018-03-03 09:08:33 +02:00
65588cd2e0 Added custom bash completion script for picocom 2018-03-03 09:08:33 +02:00