mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
428b446381
@ -5,11 +5,13 @@ Profanity is a console based XMPP client inspired by [Irssi](http://www.irssi.or
|
||||
|
||||
![alt tag](http://www.profanity.im/images/prof-1.png)
|
||||
|
||||
See the [User Guide](http://www.profanity.im/userguide.html) for information on installing, upgrading and using Profanity.
|
||||
See the [User Guide](http://www.profanity.im/userguide.html) for information on installing and using Profanity.
|
||||
|
||||
Links
|
||||
-----
|
||||
|
||||
Homepage: http://www.profanity.im
|
||||
|
||||
Chat room: profanitydev@conference.jabber.org
|
||||
|
||||
Mailing List: https://groups.google.com/forum/#!forum/profanitydev
|
||||
|
@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ui/ui.h"
|
||||
#include "ui/window.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ui/win_types.h"
|
||||
#include "window_list.h"
|
||||
|
Loading…
Reference in New Issue
Block a user