aboutsummaryrefslogtreecommitdiff
path: root/style.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-03-22 08:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2017-03-22 08:01:17 +0000
commit843e605b89b2da163c60739adaa48d885abfe2b3 (patch)
tree078d555321d0742d8c917a1180e832b3b70aa9ab /style.c
parent223ed4a98962c088aee84ca6ceb33798e92ac473 (diff)
parentdf3ab87964fc52c6f44b2bbe014c8bec202d0528 (diff)
downloadrtmux-843e605b89b2da163c60739adaa48d885abfe2b3.tar.gz
rtmux-843e605b89b2da163c60739adaa48d885abfe2b3.tar.bz2
rtmux-843e605b89b2da163c60739adaa48d885abfe2b3.zip
Merge branch 'obsd-master'
Diffstat (limited to 'style.c')
-rw-r--r--style.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/style.c b/style.c
index cec1b894..6e78b3a9 100644
--- a/style.c
+++ b/style.c
@@ -31,10 +31,8 @@ style_parse(const struct grid_cell *defgc, struct grid_cell *gc,
struct grid_cell savedgc;
const char delimiters[] = " ,";
char tmp[32];
- int val;
+ int val, fg, bg, attr, flags;
size_t end;
- int fg, bg;
- u_char attr, flags;
if (*in == '\0')
return (0);