Using GNU Screen (Screen version 4.06.02 (GNU) 23-Oct-17), I want to use hardcopy to save the colors of a specific screen.
When I run screen -x nameofmyscreen -X hardcopy /tmp/hardcopy, the resulting file is only the text of the screen. (Similar result to when I press Ctrl+A, h).
Can GNU Screen save the colors of the screen into a file?
(Similar to Capture colors with tmux buffer copy (hardcopy) )