diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 09:02:44 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 09:02:44 +0100 |
commit | cc19203be2aab1adc4930b18e46d522005159412 (patch) | |
tree | 15d50f1af3bfa4017c47184c31aa6900e781c062 /server.c | |
parent | 7af58172457f74c6bb8e09625a07b2ddfeea2b8a (diff) | |
download | rtmux-cc19203be2aab1adc4930b18e46d522005159412.tar.gz rtmux-cc19203be2aab1adc4930b18e46d522005159412.tar.bz2 rtmux-cc19203be2aab1adc4930b18e46d522005159412.zip |
Add 'e' key in buffer mode to open the buffer in an editor.
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -480,4 +480,5 @@ server_child_stopped(pid_t pid, int status) } } } + job_check_died(pid, status); } |