mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
Add completion_amount to prefs
... and remove completion_auto which is confusing to say the least.
This commit is contained in:
parent
08cd36bef0
commit
a591c875ae
@ -217,10 +217,9 @@ static const setting inputbox_settings[] =
|
||||
#endif
|
||||
|
||||
{ST_HEADER, N_("Nick Completion"),0,0,0},
|
||||
{ST_TOGGLE, N_("Automatic nick completion (without TAB key)"), P_OFFINTNL(hex_completion_auto),
|
||||
0,0,0},
|
||||
{ST_ENTRY, N_("Nick completion suffix:"), P_OFFSETNL(hex_completion_suffix),0,0,sizeof prefs.hex_completion_suffix},
|
||||
{ST_MENU, N_("Nick completion sorted:"), P_OFFINTNL(hex_completion_sort), 0, tabcompmenu, 0},
|
||||
{ST_NUMBER, N_("Nick completion amount:"), P_OFFINTNL(hex_completion_amount), N_("Threshold of nicks to start listing instead of completing"), 0, 1000},
|
||||
|
||||
#if 0 /* obsolete */
|
||||
{ST_HEADER, N_("Input Box Codes"),0,0,0},
|
||||
|
Loading…
Reference in New Issue
Block a user