PROBLEM: (CLD TKTQA2401) (Patch ID: OSF405DX-400002) ******** When printing to a PostScript printer (or when using a print filter) that does not understand ANSI escape sequences, the output contains extra, unwanted characters. These are the actual, uninterpreted escape sequences. This patch adds the new resource printOnlyPrintables to dxterm which can be used to suppress ANSI escape sequences when printing. To enable the new resource (and tell dxterm to not send escape sequences to the printer) start dxterm as follows: dxterm -xrm "*printOnlyPrintables: 1" or add the following line to the dxterm resource file: DXterm.main.terminal.printOnlyPrintables: 1