=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.929 retrieving revision 1.930 diff -c -r1.929 -r1.930 *** src/usr.bin/tmux/tmux.h 2019/09/23 15:41:11 1.929 --- src/usr.bin/tmux/tmux.h 2019/10/23 07:42:05 1.930 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.929 2019/09/23 15:41:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.930 2019/10/23 07:42:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1787,1792 **** --- 1787,1794 ---- void format_defaults_paste_buffer(struct format_tree *, struct paste_buffer *); void format_lost_client(struct client *); + char *format_grid_word(struct grid *, u_int, u_int); + char *format_grid_line(struct grid *, u_int); /* format-draw.c */ void format_draw(struct screen_write_ctx *,