changed why2_listen_server message formatting
it now looks good when message is received from somewhere/someone else; gonna fix own message formatting really soon that was a good one lol
This commit is contained in:
parent
8cfe1e39ea
commit
c68f5a6f2b
@ -273,7 +273,7 @@ void *why2_listen_server(void *socket)
|
|||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
read = why2_read_socket(*((int*) socket)); //TODO: Fix other user message formatting
|
read = why2_read_socket(*((int*) socket)); //TODO: Fix other user message formatting
|
||||||
printf("\033[A\33[2K\r");
|
printf("\33[2K\r\033[A");
|
||||||
printf("%s\n>>> ", read);
|
printf("%s\n>>> ", read);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user