add FIXME note

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-18 14:36:49 -05:00
parent 09823824d3
commit 1ba6075b85
1 changed files with 3 additions and 0 deletions

View File

@ -472,6 +472,9 @@ _channel_text_append(Channel *chl, const char *user, const char *txt)
/* write buff to grid */
if (user)
{
/* FIXME: If the user has a short nickname, and another user has a
* longer nickname, then things don't line up on the grid. We need to
* deal with this somehow */
_grid_text_append(chl->o_grid, user, strlen(user));
_grid_text_append(chl->o_grid, "\t", strlen("\t"));
}