Codebase list xd / upstream/3.22.04 command / commanddata.cc
upstream/3.22.04

Tree @upstream/3.22.04 (Download .tar.gz)

commanddata.cc @upstream/3.22.04raw · history · blame

#include "command.ih"

char const *Command::s_action[] = 
{
    "FROM_CONFIG",
    "FROM_HOME",
    "FROM_ROOT",
    "FROM_CWD",
    "FROM_PARENT"
};

                                    // separating parts of directory names:
char const Command::s_separators[] = "/_";