Midnight Commander
-
@mark-titley Thanks, that resolved this question perfectly! I appreciate the help!
-
Can't find the package, what are the exact package name and repo?
-
It's called "mc".
But when I run it in putty, it comes up with weird characters rather than lines. Is there some setting I need to check?
-
@Brad-Buskey can you run
opkg info mc
and post the output, please?
-
@Brad-Buskey
to get the nice lines, use these putty settings (for windows at least):
-
@jorgegarciadev look at the link posted by Mark Titley, just under the OP. You have to change where opkg looks for packages.
-
@Brian-Robbins thanks. I will check my settings in the morning. Not on the computer right now.
-
This post is deleted!
-
Midnight Commander still have a problem with pseudographics even in version 4.8.20.
Trouble is related to utf8 encoding in /etc/mc/skins/default.ini file.
And I dont know why.
But I use little hack with this file. I just replace utf8-encoded pseudographics with latin characters (-|+*).
Looks good enouth.
Something like this (only [Lines] section have to be changed):
[Lines]
horiz = -
vert = |
lefttop = *
righttop = *
leftbottom = *
rightbottom = *
topmiddle = *
bottommiddle = *
leftmiddle = *
rightmiddle = *
cross = +
dhoriz = -
dvert = |
dlefttop = *
drighttop = *
dleftbottom = *
drightbottom = *
dtopmiddle = *
dbottommiddle = *
dleftmiddle = *
drightmiddle = *
-
Thanks @trng for help! It's still issue.