From 39c840cd74ed3faa795ebdf71cc31bdab6ca23ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 24 Oct 2020 19:28:11 +0200 Subject: Mark a minor issue for later resolution --- sdn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdn.cpp b/sdn.cpp index 5876cfd..de25975 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -1277,6 +1277,7 @@ fun handle (wint_t c) -> bool { auto i = g_normal_actions.find (c); switch (i == g_normal_actions.end () ? ACTION_NONE : i->second) { case ACTION_CHOOSE_FULL: + // FIXME: in the root directory, this inserts //item g.chosen = g.cwd + "/" + current.filename; g.no_chdir = true; g.quitting = true; -- cgit v1.2.3