1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 18:06:35 +01:00

sort includes

This commit is contained in:
zugz (tox)
2020-04-18 00:00:00 +00:00
parent 142ce642f0
commit d75d6e8b60
44 changed files with 262 additions and 256 deletions

View File

@@ -24,11 +24,11 @@
#include <string.h>
#include <wchar.h>
#include "toxic.h"
#include "windows.h"
#include "misc_tools.h"
#include "toxic_strings.h"
#include "notify.h"
#include "toxic.h"
#include "toxic_strings.h"
#include "windows.h"
/* Adds char to line at pos. Return 0 on success, -1 if line buffer is full */
int add_char_to_buf(ChatContext *ctx, wint_t ch)