Ticket #2192: complete.c.diff
File complete.c.diff, 469 bytes (added by igor_b, 15 years ago) |
---|
-
complete.c
old new 1199 1199 WListbox *query_list; 1200 1200 1201 1201 for (p = in->completions + 1; *p != NULL; count++, p++) 1202 { 1202 1203 i = str_term_width1 (*p); 1203 1204 if (i > maxlen) 1204 1205 maxlen = i; 1206 } 1205 1207 start_x = in->widget.x; 1206 1208 start_y = in->widget.y; 1207 1209 if (start_y - 2 >= count)