X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/a300856947a0f87669b7133b923cc0153444edfe..1aff6a0f47a87c561628009d2e925353d0e2b0ca:/TODO diff --git a/TODO b/TODO index 7b41c53..a79b52b 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,9 @@ Features that should be explored. - Repository status view. + - Add interface (somewhat like git-gui has) allowing a diff chunk to be + staged/unstaged for the next commit. + - Better text-input support. From setsyx(3): The setsyx routine sets the virtual screen cursor to y, x. If y and x @@ -22,3 +25,6 @@ Features that should be explored. - Use autoconf to check for iconv in libc and how it is declared (the 2nd argument is 'const' on FreeBSD / Mac OS X). Maybe also check for the AsciiDoc and XmlTo document tools. + + - The autoconf check could also be used to determine whether it is a + newer git so that git-config will be used instead of git-repo-config.