3

I'm investigating a problem where messages like

]777;notify;Command completed;unameāŽ

show up in Terminal after executing uname. This is not limited to uname, this is only an example. I boiled it down to VTE Escape Sequences not properly passed to VTE oder ignored by it.

My question: Where can I find an exhaustive listing of escape sequences that GNOME VTE implements?

bot47
  • 1,922

1 Answers1

2

It seems that "GNOME Terminal allows the user specify which control character or escape sequence the delete and the backspace keys should generate" compatible with the ANSI standards.

This point to the ANSI escape sequences of whom you can find a nice list, for example, in the page ANSI Escape sequences (ANSI Escape codes) of ascii-table.com.

Hastur
  • 19,483
  • 9
  • 55
  • 99