Add support for VT102 print commands and enable option to capture to file

Proposed use case: automatically capture text to file

session sends “enter auto print”: ESC[?5i
session sends output
session send “exit auto print”: ESC[?4i

On receiving ‘enter auto print’ Konsole should begin capturing output into a buffer and write that buffer as plain text to a file on ‘exit auto print’. The location and naming scheme of the file are configured in the profile, preferably supporting %variables for date, time, profile name, etc.