summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb7f42c)
raw | patch | inline | side by side (parent: cb7f42c)
author | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 29 May 2006 01:19:16 +0000 (03:19 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Mon, 29 May 2006 01:19:16 +0000 (03:19 +0200) |
BUGS | [new file with mode: 0644] | patch | blob |
TODO | [new file with mode: 0644] | patch | blob |
tig.c | patch | blob | history |
diff --git a/BUGS b/BUGS
--- /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
--- /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.
index 0a2011c85cfdfb258f65c0466c046cde46f88cb5..8f86b9561c330621ae73fa31d8d16df195daea8c 100644 (file)
--- a/tig.c
+++ b/tig.c
*
* $ 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
* ---------