prompt, spaces, `cd' and system commands..

Roland Illig roland.illig at gmx.de
Tue Nov 30 23:56:12 UTC 2004


q# wrote:
> I tried to rewrite this function. I'm stuck little with condition
> 
>   (get_current_type () == view_tree) 
> 
> I can't force mc to show me this "FIXME" dialog :/ and also don't
> undesrstand for what this part of code was (in old function).

This is the case where you are in a tree widget and press the enter key. 
But surprisingly, all keys are caught by the tree widget itself instead 
of passing them to the command line. So it is correct that the code is 
never executed.

Roland



More information about the mc-devel mailing list