=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/grid.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/tmux/grid.c 2017/05/13 07:30:50 1.73 +++ src/usr.bin/tmux/grid.c 2017/05/16 12:57:26 1.74 @@ -1,4 +1,4 @@ -/* $OpenBSD: grid.c,v 1.73 2017/05/13 07:30:50 nicm Exp $ */ +/* $OpenBSD: grid.c,v 1.74 2017/05/16 12:57:26 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -665,8 +665,7 @@ /* * 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,