the_other        1125 src/filemanager/layout.c     unsigned int the_other = 0; /* Index to the other panel */
the_other        1139 src/filemanager/layout.c         the_other = num == 0 ? 1 : 0;
the_other        1141 src/filemanager/layout.c         if (panels[the_other].type != view_listing)
the_other        1201 src/filemanager/layout.c         the_other_panel = PANEL (panels[the_other].widget);