From a5db139a0a671e1f7422d6cd387f4bc8d0afb8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 10 Jan 2021 15:57:46 +0100 Subject: Linux: use correct column alignment for wide fields This affects: - PROC_COMM, PROC_EXE and CWD on Linux - JAIL on FreeBSD and DragonFlyBSD - ZONE on Solaris --- Process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Process.h') diff --git a/Process.h b/Process.h index 899aa9cf..1a88a632 100644 --- a/Process.h +++ b/Process.h @@ -179,6 +179,8 @@ void Process_fillStarttimeBuffer(Process* this); void Process_outputRate(RichString* str, char* buffer, size_t n, double rate, int coloring); +void Process_printLeftAlignedField(RichString* str, int attr, const char* content, unsigned int width); + void Process_display(const Object* cast, RichString* out); void Process_done(Process* this); -- cgit v1.2.3