mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 07:36:21 +00:00
Bash style history
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "windows.h"
|
||||
#include "jabber.h"
|
||||
#include "command.h"
|
||||
#include "history.h"
|
||||
|
||||
static void _profanity_shutdown(void);
|
||||
|
||||
@@ -67,7 +66,7 @@ void profanity_init(const int disable_tls)
|
||||
log_init();
|
||||
gui_init();
|
||||
jabber_init(disable_tls);
|
||||
history_init();
|
||||
command_init();
|
||||
atexit(_profanity_shutdown);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user