Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show cursors of collaborators #80

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Start uids at 1
newsch committed Aug 29, 2020
commit 196146cfbf6462b5f461c41ffb0dfd987dcaeac5
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
#include "util.h"

static _Atomic unsigned int cli_count = 0;
static int uid = 10;
static int uid = 1; // start uids at 1

#define MAX_CLIENTS 100
#define BUFFER_SZ 2048