Code

Move stuff to BUGS and TODO files; only show BUGS in tig(1)
authorJonas Fonseca <fonseca@diku.dk>
Mon, 29 May 2006 01:19:16 +0000 (03:19 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Mon, 29 May 2006 01:19:16 +0000 (03:19 +0200)
BUGS [new file with mode: 0644]
TODO [new file with mode: 0644]
tig.c

diff --git a/BUGS b/BUGS
new file mode 100644 (file)
index 0000000..8a42e80
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,14 @@
+BUGS
+----
+Known bugs and problems:
+
+ - In it's current state tig is pretty much UTF-8 only.
+
+ - If the screen width is very small the main view can draw
+   outside the current view causing bad wrapping. Same goes
+   for title and status windows.
+
+ - The cursor can wrap-around on the last line and cause the
+   window to scroll.
+
+ - The prompt doesn't work while loading.
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..cb48616
--- /dev/null
+++ b/TODO
@@ -0,0 +1,9 @@
+TODO
+----
+Features that should be explored.
+ - Searching.
+ - Locale support.
+ - Make '?' show a one page keybinding cheat sheet.
diff --git a/tig.c b/tig.c
index 0a2011c85cfdfb258f65c0466c046cde46f88cb5..8f86b9561c330621ae73fa31d8d16df195daea8c 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -2880,30 +2880,7 @@ main(int argc, char *argv[])
  *
  *     $ tig -- --all --since=1.week -- Makefile
  *
- * BUGS
- * ----
- * Known bugs and problems:
- *
- * - In it's current state tig is pretty much UTF-8 only.
- *
- * - If the screen width is very small the main view can draw
- *   outside the current view causing bad wrapping. Same goes
- *   for title and status windows.
- *
- * - The cursor can wrap-around on the last line and cause the
- *   window to scroll.
- *
- * - The prompt doesn't work while loading.
- *
- * TODO
- * ----
- * Features that should be explored.
- *
- * - Searching.
- *
- * - Locale support.
- *
- * - Make '?' show a one page keybinding cheat sheet.
+ * include::BUGS[]
  *
  * COPYRIGHT
  * ---------