From c61d6e14c08fec7658dbdc33c16b5feeece08fbf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 29 Dec 2016 03:32:05 +0300 Subject: Add process_exit --- butl/pager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/pager.cxx') diff --git a/butl/pager.cxx b/butl/pager.cxx index a03582c..d281d5c 100644 --- a/butl/pager.cxx +++ b/butl/pager.cxx @@ -32,7 +32,7 @@ namespace butl // Create successfully exited process. Will "wait" for it if fallback to // non-interactive execution path. // - : p_ (optional (0)) + : p_ (process_exit (0)) { // If we are using the default pager, try to get the terminal width // so that we can center the output. -- cgit v1.1