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
Draw cursors on network update too
  • Loading branch information
newsch committed Aug 29, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 25499988320d397c97aad177881a23e894e3cdfb
1 change: 1 addition & 0 deletions src/frontend.c
Original file line number Diff line number Diff line change
@@ -448,6 +448,7 @@ int main(int argc, char *argv[]) {
print_msg_win("Server Disconnect!");
};
redraw_canvas_win(); // TODO: draw single char update
draw_collab_cursors(state);
refresh_screen();
} else if (fd == 0) { // process keyboard activity
master_handler(state, canvas_win, status_interface->info_win);