rust-chg: add low-level function to set pager fd blocking
This is necessary because the server expects stdout/stderr to be blocking, whereas we'll use async library to spawn pager, which makes pipes unblocking.
Loading
Please register or sign in to comment