[minicom-Bugs][314803] The PortName shown on status bar is not correct if I add -p argument
minicom-bugs at alioth.debian.org
minicom-bugs at alioth.debian.org
Fri Sep 5 01:31:49 UTC 2014
minicom-Bugs item #314803, was opened at 2014-09-05 09:31 by Steven Jian
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=100031&aid=314803&group_id=30018
Status: Open
Priority: 3
Submitted By: Steven Jian (motovb-guest)
Assigned to: Nobody (None)
Summary: The PortName shown on status bar is not correct if I add -p argument
Category: None
Group: wishlist
Resolution: None
Initial Comment:
If I run minicom -o -p /dev/pts/3, the status bar still shows the original port name like /dev/ttyS0.
>From the code (minicom.c:1372, I found dial_tty will be replaced by P_PORT if I don't use -p argument.
So question is why not show dial_tty on status bar. It is the real node minicom connects
main.c #564
bufi += snprintf(buf + bufi, COLS - bufi, "%s", shortened_devpath(b, sizeof(b), P_PORT));
----------------------------------------------------------------------
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=100031&aid=314803&group_id=30018
More information about the minicom-devel
mailing list