mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Move map variables to tty to keep them all in one spot
This commit is contained in:
parent
5651c1c5d7
commit
afc9e3be5b
4 changed files with 7 additions and 7 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include "socket.h"
|
||||
#include "options.h"
|
||||
#include "print.h"
|
||||
#include "tty.h"
|
||||
|
||||
#define MAX_SOCKET_CLIENTS 16
|
||||
#define SOCKET_PORT_DEFAULT 3333
|
||||
|
|
@ -41,9 +42,6 @@ static int sockfd;
|
|||
static int clientfds[MAX_SOCKET_CLIENTS];
|
||||
static int socket_family = AF_UNSPEC;
|
||||
static int port_number = SOCKET_PORT_DEFAULT;
|
||||
bool map_i_nl_cr = false;
|
||||
bool map_i_cr_nl = false;
|
||||
bool map_ign_cr = false;
|
||||
|
||||
static const char *socket_filename(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue