On Thu, 13 Apr 2017 15:55:11 +0200 Christian Brauner <christian.brau...@ubuntu.com> wrote:
> So far screen could only support either sockets or fifos but not both. This > proved to be a blocker for any upgrade. This adds a compatibility layer to > screen v4 to support both sockets and fifos at the same time. The strategy > here > is to only support fifos for legacy sessions that already exist. All new > sessions will use sockets by default. > > Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> > --- > src/acconfig.h | 5 - > src/attacher.c | 30 +-- > src/configure.ac | 26 --- > src/extern.h | 9 +- > src/osdef.h.in | 3 - > src/osdef.sh | 2 - > src/screen.c | 34 +--- > src/socket.c | 608 > ++++++++++++++++++++++++++++++------------------------- > 8 files changed, 365 insertions(+), 352 deletions(-) > Hey, thanks for patch, I pushed it to screen-v4. Cheers, Amadeusz