Replace TODO by FIXME in comments
This commit is contained in:
parent
1c5a4f7a6c
commit
972e8bc4a8
@ -569,7 +569,7 @@ gui_bar_window_draw (struct t_gui_bar_window *bar_window,
|
||||
if (diff > 0)
|
||||
{
|
||||
/*
|
||||
* TODO: keep some spaces after end of input
|
||||
* FIXME: keep some spaces after end of input
|
||||
* for example by adding something to diff, like:
|
||||
* diff += (9 - (diff % 10));
|
||||
* but then scroll position has to be saved
|
||||
|
@ -454,7 +454,7 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
if ((length_align > 0)
|
||||
&& (window->win_chat_cursor_x == 0)
|
||||
&& (*lines_displayed > 0)
|
||||
/* TODO: modify arbitraty value for non aligning messages on time/nick? */
|
||||
/* FIXME: modify arbitraty value for non aligning messages on time/nick? */
|
||||
&& (length_align < (window->win_chat_width - 5)))
|
||||
{
|
||||
if (!simulate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user