diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-16 16:01:28 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-16 16:01:28 +0100 |
commit | 3df4e78492b7e991bd4aed24010ec56475f7667a (patch) | |
tree | 1c5b8e851809ba354b7c41216a0fea44d3171e0f /grid.c | |
parent | b74b6dc77f9a842e17f25ab13a69feedf167e3b8 (diff) | |
parent | 31625c2d171080aea53baee7c0aec7e9f939cf7d (diff) | |
download | rtmux-3df4e78492b7e991bd4aed24010ec56475f7667a.tar.gz rtmux-3df4e78492b7e991bd4aed24010ec56475f7667a.tar.bz2 rtmux-3df4e78492b7e991bd4aed24010ec56475f7667a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -665,8 +665,7 @@ grid_string_cells_bg(const struct grid_cell *gc, int *values) /* * Returns ANSI code to set particular attributes (colour, bold and so on) - * given a current state. The output buffer must be able to hold at least 57 - * bytes. + * given a current state. */ static void grid_string_cells_code(const struct grid_cell *lastgc, |