mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Added -v / --version command line option. Moved POPT_AUTOHELP option to
fe-common from fe-text. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1574 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
03e249a27d
commit
75543048b5
2 changed files with 15 additions and 7 deletions
|
|
@ -102,13 +102,6 @@ void irssi_redraw(void)
|
|||
|
||||
static void textui_init(void)
|
||||
{
|
||||
static struct poptOption options[] = {
|
||||
POPT_AUTOHELP
|
||||
{ NULL, '\0', 0, NULL }
|
||||
};
|
||||
|
||||
args_register(options);
|
||||
|
||||
irssi_gui = IRSSI_GUI_TEXT;
|
||||
core_init();
|
||||
irc_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue