Split out pretty-print.c and move pager.c and main-func.h to shared/

This is high-level functionality, and fits better in shared/ (which is for
our executables), than in basic/ (which is also for libraries).
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2018-11-20 15:42:57 +01:00
parent 0166c42868
commit 294bf0c34a
67 changed files with 353 additions and 286 deletions

View File

@@ -11,8 +11,8 @@
#include "log.h"
#include "macro.h"
#include "main-func.h"
#include "pretty-print.h"
#include "string-util.h"
#include "terminal-util.h"
#include "util.h"
static const char *arg_suffix = NULL;