login

<     >

2014-11-07 20:22:22 (UTC-02:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Move todo list into separate file.

diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e676d79
--- /dev/null
+++ b/TODO
@@ -0,0 +1,6 @@
+file operations
+  copy, move, delete...
+tabs
+  simply store paths in one array?
+browsing history
+  use keys < & > for navigation

diff --git a/rover.c b/rover.c
index f0acd53..1d6e7e3 100644
--- a/rover.c
+++ b/rover.c
@@ -1,10 +1,3 @@
-/* ToDo
- *  - tabs (only store paths?);
- *  - browsing history (use keys < & > to navigate);
- */
-
-/* POSIX 2008: http://pubs.opengroup.org/onlinepubs/9699919799/toc.htm */
-
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>