01-07-2014 10:01 PM
to quit:") is not "erased" when going to the next page. This is quite annoying when analyzing a big configuration or log because every X lines one is shifted to the right. Is there a way to configure the terminal so it understands the emulation correctly?Seems that the terminal does not understand the semicolon that is sent in the escape code. Extreme sends "ESC[60;D" and the correct "move cursor 60 units to the left" ansi code would be "ESC[60D"It does work with Putty, but I don't like it.example:04/29/2013 16:27:54.63 Node INIT DONE ....Pressto continue or to quit:_x005F_x001B_[60;D04/29/2013 16:27:54.12Node State[1] = INIT04/29/2013 16:27:53.22 Hal initialization done. (from Luis_Coelho)
01-07-2014 10:01 PM