[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 21:58:12 UTC 2014
minicom-Bugs item #314803 was changed at 2014-09-05 23:58 by Adam Lackorzynski
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=100031&aid=314803&group_id=30018
>Status: Closed
Priority: 3
Submitted By: Steven Jian (motovb-guest)
>Assigned to: Adam Lackorzynski (al-guest)
Summary: The PortName shown on status bar is not correct if I add -p argument
Category: None
Group: wishlist
>Resolution: Fixed
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));
----------------------------------------------------------------------
>Comment By: Adam Lackorzynski (al-guest)
Date: 2014-09-05 23:58
Message:
Hi, yes, good comment. Committed.
----------------------------------------------------------------------
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