summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96b5ecd)
raw | patch | inline | side by side (parent: 96b5ecd)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 8 Jun 2010 16:04:11 +0000 (18:04 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 8 Jun 2010 16:04:11 +0000 (18:04 +0200) |
src/oping.c | patch | blob | history |
diff --git a/src/oping.c b/src/oping.c
index e0c062753ee8cc6e3081c9053c1bab5db3925746..3934b4a65db0bfc8b4ad0d320c465077d287a235 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
}
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",