On Sat, Dec 15, 2018 at 07:49:19PM +0200, Mihai Popescu wrote: > Hello, > > I want to modify the char used for pkg_add (and other pkg_ suite) > progress bar from "*" to "|" but i am unable to figure out where is > the actual code for this. I managed to found /usr/sbin/pkg_add but > there are another links in there, and perl for me is a no idea > language. > > It could be that what I want is not so simple or it is not > recommended. I will accept that gladly if that's the case. Could you > give me some hints for this modification? > > Thank you. >
Hi, It is in: /usr/src/usr.sbin/pkg_add/OpenBSD/ProgressMeter/Term.pm sub show Maybe in the christmas style you could use a snowman instead :P ☃ -- Kind regards, Hiltjo

