Re: tree view, more tweaking - switching to mc HEAD version.

2010-05-19 Thread Janek Kozicki
Yury V. Zaytsev said: (by the date of Tue, 18 May 2010 17:11:14 +0200) On Tue, 2010-05-18 at 16:56 +0200, Janek Kozicki wrote: During the course I have learned a bit of how that tree-view code works, and I already have an idea how to optimize the current patch a little bit more.

how does skin recognize that UTF-8 is available?

2010-05-19 Thread Janek Kozicki
I wanted to check how to use ▶ / ▼ for (un)folding a directory in tree view. If UTF-8 is available then I'd like to use ▶ / ▼. Andrew recommended using skin engine for that. So I suppose that I would just call for an up-arrow and get either a UTF8 on or a ASCII one. But now I'm troubled. I

Re: how does skin recognize that UTF-8 is available?

2010-05-19 Thread Andrew Borodin
On Wed, 19 May 2010 21:45:05 +0200 Janek Kozicki wrote: I wanted to check how to use ▶ / ▼ for (un)folding a directory in tree view. If UTF-8 is available then I'd like to use ▶ / ▼. Andrew recommended using skin engine for that. Skin engine is a single correct way for that. So I suppose