Write new line character sequence at end of print()
authorest31 <MTest31@outlook.com>
Sun, 8 Nov 2015 21:23:16 +0000 (22:23 +0100)
committerest31 <MTest31@outlook.com>
Sun, 8 Nov 2015 21:56:56 +0000 (22:56 +0100)
commit4ae6e509ffe886492598610a3511179ad87c1f43
tree94d9cc26a5973cbfe30173da0fb2cb8ab692a2c0
parent6f95bb1ef371c5e838f0df4d6e3edd9d6b132bf9
Write new line character sequence at end of print()

Fix regression of commit

5e507c9829942c434a6f1ae7a4f3a488c7e50bef "Add server side ncurses terminal"

where no line termination character was printed after a
lua print outside of terminal mode.

Fixes #3350.
src/server.cpp