Re: Scrolling issues in edit command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Guillermo Rodriguez Garcia <guille.rodriguez@xxxxxxxxx> writes:

> Can anyone provide any hints on why this is
> happening or how to fix it ?

I guess this is probably because your terminal emulation doesn't match
what barebox assume.



I personally connect from Linux via the serial line with kermit to my
target. Kermit has a simple ~/.kermrc file that looks like this:

    set line /dev/ttyS0
    set baud 115200
    set handshake none
    set flow-control none
    set carrier-watch off
    set escape-character ^X
    log session ~/.kermlog
    connect

Kermit is oblivious to any ANSI escape sequences, so my X11 terminal
emulates them. Here I use the rxvt-unicode binary `urxvt`. The effect is
that the "edit" commands works.

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux