X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=2855149c09062508f1ed149218cb06e710362454;hp=9358e3023a5a9893b55a7f9a62346258bcdf383b;hb=4eeabffee6e5b348d36c4f3ba0579ed086226603;hpb=f2b9004e8f213f182983d5f6096da737ece753fc diff --git a/src/options.h b/src/options.h index 9358e302..2855149c 100644 --- a/src/options.h +++ b/src/options.h @@ -135,6 +135,7 @@ struct options char *base_href; char *progress_type; /* progress indicator type. */ bool show_progress; /* Show only the progress bar */ + bool noscroll; /* Don't scroll the filename in the progressbar */ char *proxy_user; /*oli*/ char *proxy_passwd;