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
12cc996d322daa695846779cfc3d697d787e02de
pv
/
src
/
main
T
History
Andrew Wood
12cc996d32
Add --watchfd option values to an array as well as to the currently used variables (
#12
).
2025-09-17 22:12:45 +01:00
..
debug.c
Copyright note update for 2025.
2025-01-03 16:11:08 +00:00
help.c
Copyright note update for 2025.
2025-01-03 16:11:08 +00:00
main.c
Rename "can_display_colour" and "can_display_utf8" to "terminal_supports_colour" and "terminal_supports_utf8" to make it clearer that these are not operator-supplied option settings, they are derived from terminal capabilities (colour) and the environment (UTF-8).
2025-07-27 15:20:05 +01:00
options.c
Add --watchfd option values to an array as well as to the currently used variables (
#12
).
2025-09-17 22:12:45 +01:00
remote.c
Remove the state from the pv_error arguments, by adding a new function pv_set_error_prefix to call on startup, eliminating the need for a state program_name string; and add a private boolean to track whether there has been any output which means errors need preceding by a newline, which is updated by pv_display directly (
#165
).
2025-07-27 00:22:57 +01:00
version.c
Copyright note update for 2025.
2025-01-03 16:11:08 +00:00