From e34f45d4dddeb070a83e40b9959a2344295af1bc Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 29 May 2006 03:19:16 +0200 Subject: [PATCH] Move stuff to BUGS and TODO files; only show BUGS in tig(1) --- BUGS | 14 ++++++++++++++ TODO | 9 +++++++++ tig.c | 25 +------------------------ 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 BUGS create mode 100644 TODO diff --git a/BUGS b/BUGS new file mode 100644 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 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 0a2011c..8f86b95 100644 --- 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 * --------- -- 2.11.0