struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better.

This commit is contained in:
Nicholas Marriott
2009-03-28 15:43:41 +00:00
parent 8762338e30
commit 989d67ccd7
6 changed files with 79 additions and 79 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-list-windows.c,v 1.30 2009-01-19 18:23:40 nicm Exp $ */
/* $Id: cmd-list-windows.c,v 1.31 2009-03-28 15:43:41 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -49,7 +49,7 @@ cmd_list_windows_exec(struct cmd *self, struct cmd_ctx *ctx)
struct winlink *wl;
struct window *w;
struct window_pane *wp;
struct grid_data *gd;
struct grid *gd;
u_int i;
unsigned long long size;
const char *name;