Version: GNU Emacs 25.1.50.2 (GTK+ Version 3.18.9). Gnome terminal.
When I type in terminal emulator: vim foo/bar.el.
Then I close the Vim session with :wq, I see the content of my Vim screen in the terminal.
When I type in terminal emulator: emacsclient -nw foo/bar.el. And save it and close Emacsclient, I do not see the content of my previous Emacsclient session in the terminal. An example what I mean:
As illustrated in this screenshot above, the output from my Vim session is visible in terminal. With the Emacsclient, it's not the case after closing Emacsclient. Makes me to wonder why? It's basically the same output in Terminal with both editors.
