Control: affects -1 src:hexedit Here is the output of:
$ TERM=xterm-256color hexedit d $ TERM=xterm-16color hexedit d $ TERM=xterm hexedit d they all give: ``` 0 57 65 64 20 41 70 72 20 20 31 20 30 38 3A 31 32 3A 35 31 20 43 45 53 54 20 32 30 32 30 0A Wed Apr 1 08:12:51 CEST 2020. 0000002C ``` while $ TERM=xterm-color hexedit d gives: ``` 00000000 57 65 64 20 41 70 72 20 20 31 20 30 38 3A 31 32 3A 35 31 20 43 45 53 54 20 32 30 32 30 0A Wed Apr 1 08:12:51 CEST 2020. 0000002C ```