mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-09 13:54:54 +02:00
Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill
but meh.
This commit is contained in:
3
server.c
3
server.c
@ -1,4 +1,4 @@
|
||||
/* $Id: server.c,v 1.137 2009-04-16 10:59:59 nicm Exp $ */
|
||||
/* $Id: server.c,v 1.138 2009-04-30 20:54:53 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -163,6 +163,7 @@ server_start(char *path)
|
||||
ARRAY_INIT(&clients);
|
||||
ARRAY_INIT(&sessions);
|
||||
key_bindings_init();
|
||||
utf8_build();
|
||||
|
||||
server_locked = 0;
|
||||
server_password = NULL;
|
||||
|
Reference in New Issue
Block a user