This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pv
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
16177a3b9dc3525f6b63f581c839620740285562
pv
/
src
/
include
T
History
Andrew Wood
ff0355ca9c
Make the moving indicator more granular on wide displays by calculating its position with floating point rather than integer values.
2024-12-18 21:59:17 +00:00
..
config-aux.h
When cross-compiling, we cannot run a test program to check whether a siginfo_t provides the signal sender PID, so we fall back to assuming that it does, and also check that SA_SIGINFO is declared so compilation will not fail on systems without it (
#120
).
2024-12-03 21:04:58 +00:00
config.h.in
Make the moving indicator more granular on wide displays by calculating its position with floating point rather than integer values.
2024-12-18 21:59:17 +00:00
options.h
New --bar-style option; replace "default" with "plain" or with a lookup against the selected default, as appropriate.
2024-12-14 00:06:30 +00:00
pv-internal.h
Use specific types for display widths, byte counts, and type of format string component, mainly to have the option of packing more into less space.
2024-12-17 23:55:15 +00:00
pv.h
Store the calculated percentage as a double rather than an int, so the granular progress bar is still granular on wide displays.
2024-12-14 17:06:37 +00:00