Testing and reproducing the issue:
-----------------------------------------------------------------------
On Linux, if you want to see this behavior, you can do the following:
1. Open one of the affected terminal emulators.
2. Make sure its scrollback buffer is set to something like 500 or
more so that it saves some of the scrollback.
3. In the terminal, run:
ls -l /proc/$PPID/fd | grep deleted
If enough data has entered the scrollback buffer, you should start
to see unlinked (deleted) files called /tmp/vte.*
To see the data that has been logged to /tmp, you use a command like
strings to view the contents of your /tmp partition. If you have a
seperate /tmp partition and its located on /dev/sda2, this could be done
like this:
strings /dev/sda2 | less