diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-24 19:28:11 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-24 19:28:11 +0200 |
commit | 39c840cd74ed3faa795ebdf71cc31bdab6ca23ee (patch) | |
tree | 958bac2126c083cadc899317bda3104023df187d | |
parent | f231828e8d97f955247c72f5b5259bfe353c108f (diff) | |
download | sdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.tar.gz sdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.tar.xz sdn-39c840cd74ed3faa795ebdf71cc31bdab6ca23ee.zip |
Mark a minor issue for later resolution
-rw-r--r-- | sdn.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |