summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
authornicm <nicm>2017-08-09 11:43:45 +0000
committernicm <nicm>2017-08-09 11:43:45 +0000
commit5dd5543fe42d4d485b9020f3ce8b8d4d47d29001 (patch)
tree5981d6d6a70649f0ff6f745d15a36fdfc2d3c3ca /screen-write.c
parent31b06571aa565c347c89458a1b357c6cd5d289be (diff)
Add -F to choose-tree, choose-client, choose-buffer to specify the
format of each line, as well as adding a couple of formats needed for the default display.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index 88f03a31..15f8d07f 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -411,7 +411,7 @@ screen_write_hline(struct screen_write_ctx *ctx, u_int nx, int left, int right)
/* Draw a horizontal line on screen. */
void
-screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)
+screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)
{
struct screen *s = ctx->s;
struct grid_cell gc;