mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Reusing protocol code from tmate-slave
This commit is contained in:
parent
a60da0db1e
commit
a87d3af309
13 changed files with 531 additions and 353 deletions
2
server.c
2
server.c
|
|
@ -132,7 +132,7 @@ server_create_socket(void)
|
|||
}
|
||||
|
||||
#ifdef TMATE
|
||||
void tmate_set_editor_mode(void)
|
||||
static void tmate_set_editor_mode(void)
|
||||
{
|
||||
switch (options_get_number(global_s_options, "status-keys")) {
|
||||
case MODEKEY_EMACS: tmate_exec_cmd("set-option -g status-keys emacs"); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue