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

- Added support for the linenoise library, which allows line-editing

and path completion when entering filenames for receive- and send-
  file operations. Support can be compiled-out if you wish. See Makefile.

- When entering a filename for receive- or send- file operations, 
  pressing C-c cancels the operation. 
  This works regardless of whether linenoise support (see above) has
  been compiled in or not

- Use debian's xmltoman to convert manual page form xml to man.
This commit is contained in:
Nick Patavalis
2015-08-06 20:07:40 +00:00
parent 97ae0e3a1e
commit 6b824ee71a
14 changed files with 2640 additions and 1473 deletions

View File

@ -1,5 +1,6 @@
The following people contributed suggestions, comments, and fixes:
The following people contributed improvements, fixes, suggestions, and
comments:
- Oliver Kurth (oku@debian.org) contributed bug fixes and the manual
page for picocm.
@ -25,3 +26,11 @@ The following people contributed suggestions, comments, and fixes:
- Scott Tsai (scott.tw@gmail.com) suggested better UUCP_LOCK_DIR definition
- Josh Handley (https://github.com/jhandley) added support for
line-editing, autocompletion and history when entering "send" and
"receive" file names. Editing support uses the "linenoise"
library. See: https://github.com/jhandley/picocom
- Salvatore Sanfilippo (https://github.com/antirez) is the author of
the linenoise line-editing library. See:
https://github.com/antirez/linenoise