File tree Expand file tree Collapse file tree 5 files changed +1
-15
lines changed
Expand file tree Collapse file tree 5 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 44 "type" : " small"
55 },
66 "display" : {
7- "percent" : {
8- "type" : 9
9- },
107 "separator" : " \u001b [31m-> "
118 },
129 "modules" : [
Original file line number Diff line number Diff line change 1111 "size" : {
1212 "ndigits" : 0 ,
1313 "maxPrefix" : " MB"
14- },
15- "percent" : {
16- "type" : 9
1714 }
1815 },
1916 "modules" : [
Original file line number Diff line number Diff line change 99 "charElapsed" : " =" ,
1010 "charTotal" : " -" ,
1111 "width" : 13
12- },
13- "percent" : {
14- "type" : 9
1512 }
1613 },
1714 "modules" : [
Original file line number Diff line number Diff line change 88 "top" : 2
99 }
1010 },
11- "display" : {
12- "percent" : {
13- "type" : 9
14- } // colored percent number
15- },
1611 "modules" : [
1712 " title" ,
1813 " separator" ,
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ void ffOptionsInitDisplay(FFOptionsDisplay* options)
303303 ffStrbufInitStatic (& options -> barCharTotal , "-" );
304304 options -> barWidth = 10 ;
305305 options -> barBorder = true;
306- options -> percentType = 1 ;
306+ options -> percentType = 9 ;
307307 options -> percentNdigits = 0 ;
308308}
309309
You can’t perform that action at this time.
0 commit comments