src/nnn.c | 5 +++++ diff --git a/src/nnn.c b/src/nnn.c index 76a6f645db04e7fff4ca1a5829cbf2c22fc31f3b..26ea4bf72626a2d13e0a13f5004fc8dfbacd07ba 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4963,6 +4963,11 @@ ++end; } + dprintf(fd, "\nLOCATIONS:\n"); + for (uchar_t i = 0; i < CTX_MAX; ++i) + if (g_ctx[i].c_cfg.ctxactive) + dprintf(fd, " %u: %s\n", i + 1, g_ctx[i].c_path); + dprintf(fd, "\nVOLUME: %s of ", coolsize(get_fs_info(path, FREE))); dprintf(fd, "%s free\n\n", coolsize(get_fs_info(path, CAPACITY)));