aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-24 19:28:11 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-10-24 19:28:11 +0200
commit39c840cd74ed3faa795ebdf71cc31bdab6ca23ee (patch)
tree958bac2126c083cadc899317bda3104023df187d
parentf231828e8d97f955247c72f5b5259bfe353c108f (diff)
downloadsdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.tar.gz
sdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.tar.xz
sdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.zip
Mark a minor issue for later resolution
-rw-r--r--sdn.cpp1
1 files changed, 1 insertions, 0 deletions
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;