diff options
author | nicm <nicm> | 2017-05-16 12:57:26 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-16 12:57:26 +0000 |
commit | 31625c2d171080aea53baee7c0aec7e9f939cf7d (patch) | |
tree | 46b4dfa9679a39579bba9c558b05edd331bcbcae /grid.c | |
parent | 1ba7f1d03f680df20d45b5c2ca08ae39665e1dea (diff) | |
download | rtmux-31625c2d171080aea53baee7c0aec7e9f939cf7d.tar.gz rtmux-31625c2d171080aea53baee7c0aec7e9f939cf7d.tar.bz2 rtmux-31625c2d171080aea53baee7c0aec7e9f939cf7d.zip |
Line length and spaces to tabs.
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, |