The unified diff between revisions [7087b631..] and [283a6e4d..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'svr-chansession.c'

#
#
# patch "svr-chansession.c"
#  from [bd6a54e7ec2a89714d0e2c95cb4a3c567b3abf42]
#    to [f1a3c21725970849979191f5d672b69ae75a8c9a]
#
============================================================
--- svr-chansession.c	bd6a54e7ec2a89714d0e2c95cb4a3c567b3abf42
+++ svr-chansession.c	f1a3c21725970849979191f5d672b69ae75a8c9a
@@ -674,7 +674,9 @@ static void serial_connect(struct Channe
 	options.c_cflag &= ~CSIZE;

 	options.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
+
 	options.c_iflag |= (INPCK | ISTRIP);
+	options.c_iflag |= INLCR;

 	tcsetattr(serial_fd, TCSANOW, &options);