mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-08-15 20:49:27 +03:00
add simplest terminal
This commit is contained in:
@@ -139,7 +139,8 @@ int open_socket(){
|
||||
#ifdef SERVER
|
||||
serverproc(ctx, fd);
|
||||
#else
|
||||
clientproc(ctx, fd);
|
||||
if(G.terminal) terminal(ctx, fd);
|
||||
else clientproc(ctx, fd);
|
||||
#endif
|
||||
// newer reached
|
||||
close(fd);
|
||||
|
||||
Reference in New Issue
Block a user