I am using the following line in tmux
for getting a "hardcopy" feature like in GNU Screen:
bind H capture-pane \; save-buffer -b 0 ~/tmux.hardcopy \; delete-buffer -b 0
However, the ANSI colors are not captured to the file. How do I make tmux
save the ANSI escape sequences so that the hardcopy will be colored too?