From: Florian Forster Date: Tue, 8 Jun 2010 16:04:11 +0000 (+0200) Subject: noping: Print host name in bold. X-Git-Tag: liboping-1.4.0~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d0382113a9f24d75c5bdb5157e9533617be736a;hp=96b5ecde10e357073b50fc55aed60db4d53b112b;p=liboping.git noping: Print host name in bold. --- diff --git a/src/oping.c b/src/oping.c index e0c0627..3934b4a 100644 --- a/src/oping.c +++ b/src/oping.c @@ -365,9 +365,11 @@ static int context_window_repaint (ping_context_t *ctx, /* {{{ */ } box (ctx->window, 0, 0); + wattron (ctx->window, A_BOLD); mvwprintw (ctx->window, /* y = */ 0, /* x = */ 5, - " %s ping statistics ", - ctx->host); + " %s ", ctx->host); + wattroff (ctx->window, A_BOLD); + wprintw (ctx->window, "ping statistics "); mvwprintw (ctx->window, /* y = */ 1, /* x = */ 2, "%i packets transmitted, %i received, %.2f%% packet " "loss, time %.1fms",