Provavelmente, não.
The format of the menu file is very simple. Lines that start with anything but
space or tab are considered entries for the menu (in order to be able to use
it like a hot key, the first character should be a letter). All the lines that
start with a space or a tab are the commands that will be executed when the
entry is selected.
Mas o MC permite que você faça várias entradas no menu com o mesmo atalho e título, para que você possa criar uma entrada no menu que se pareça com um separador e não faça nada, como:
a hello
echo world
- --------
b world
echo hello
- --------
c superuser
ls /
Isto será parecido com: