X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/cb7f42cdc1a07d0f88b8af211d214da5febd6223..ae3f2323332abb452c395f2e887b6edb81b11728:/tig.c diff --git a/tig.c b/tig.c index 0a2011c..e5f1ef1 100644 --- a/tig.c +++ b/tig.c @@ -2880,30 +2880,9 @@ 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. + * include::BUGS[] * - * - Make '?' show a one page keybinding cheat sheet. + * include::SITES[] * * COPYRIGHT * ---------