to_home 380 src/filemanager/cmd.c const char *history_name, const char *prefix, int to_home, gboolean strip_password) to_home 392 src/filemanager/cmd.c to_home = 0; /* FIXME: how to solve going to home nicely? /~/ is to_home 396 src/filemanager/cmd.c cd_path = g_strconcat (machine, to_home ? "/~/" : (char *) NULL, (char *) NULL); to_home 398 src/filemanager/cmd.c cd_path = g_strconcat (prefix, machine, to_home ? "/~/" : (char *) NULL, (char *) NULL);