]> granicus.if.org Git - curl/commitdiff
TODO: improve how curl works in a windows console window
authorDaniel Stenberg <daniel@haxx.se>
Sat, 25 Jul 2015 22:48:55 +0000 (00:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 25 Jul 2015 22:48:55 +0000 (00:48 +0200)
Closes #322 for now

docs/TODO

index f69e48ca7a710c5fdb80cf04a3cb4bcff212ec11..9eb6b2682ebe85162dab32fd90a34b5c3b2f7df8 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  17.7 warning when sending binary output to terminal
  17.8 offer color-coded HTTP header output
  17.9 Choose the name of file in braces for complex URLs
+ 17.10 improve how curl works in a windows console window
 
  18. Build
  18.1 roffit
@@ -623,32 +624,38 @@ Currently the SMB authentication uses NTLMv1.
 
 17.6 warning when setting an option
 
 Display a warning when libcurl returns an error when setting an option.
 This can be useful to tell when support for a particular feature hasn't been
 compiled into the library.
+ Display a warning when libcurl returns an error when setting an option.
+ This can be useful to tell when support for a particular feature hasn't been
+ compiled into the library.
 
 17.7 warning when sending binary output to terminal
 
 Provide a way that prompts the user for confirmation before binary data is
 sent to the terminal, much in the style 'less' does it.
+ Provide a way that prompts the user for confirmation before binary data is
+ sent to the terminal, much in the style 'less' does it.
 
 17.8 offer color-coded HTTP header output
 
 By offering different color output on the header name and the header
 contents, they could be made more readable and thus help users working on
 HTTP services.
+ By offering different color output on the header name and the header
+ contents, they could be made more readable and thus help users working on
+ HTTP services.
 
 17.9 Choose the name of file in braces for complex URLs
 
 When using braces to download a list of URLs and you use complicated names
 in the list of alternatives, it could be handy to allow curl to use other
 names when saving.
+ When using braces to download a list of URLs and you use complicated names
+ in the list of alternatives, it could be handy to allow curl to use other
+ names when saving.
 
 Consider a way to offer that. Possibly like
 {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
 colon is the output name.
+ Consider a way to offer that. Possibly like
+ {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
+ colon is the output name.
 
-  See https://github.com/bagder/curl/issues/221
+ See https://github.com/bagder/curl/issues/221
+
+17.10 improve how curl works in a windows console window
+
+ If you pull the scrollbar when transferring with curl in a Windows console
+ window, the transfer is interrupted and can get disconnected. This can
+ probably be improved. See https://github.com/bagder/curl/issues/322
 
 
 18. Build