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

Added commandline option --quiet

Suppress picocom from printing initial greetings banners and other
messages not explicitly requested by the user. Command responses and
errors or warnings are still printed.
This commit is contained in:
Nick Patavalis
2017-12-14 18:44:44 +02:00
parent 2d075e971e
commit 6fdd2a3084
4 changed files with 47 additions and 8 deletions

2
fdio.h
View File

@ -28,6 +28,8 @@ ssize_t writen_ni(int fd, const void *buff, size_t n);
int fd_printf (int fd, const char *format, ...);
int fd_pinfof (int quiet, const char *format, ...);
#ifndef LINENOISE
int fd_readline (int fdi, int fdo, char *b, int bsz);