Re: [Toybox] Editor for toybox?

2019-09-23 Thread dmccunney
On Mon, Sep 23, 2019 at 7:50 PM scsijon wrote: > > Do I remember you considering adding a multi-purpose editor into > toybox?, one of our puppy folk came across SUE which origonated from VDE > back in 1982 which was created by Richard Forbes. Not exactly. Richard Forbes wrote a CP/M editor

[Toybox] Editor for toybox?

2019-09-23 Thread scsijon
Do I remember you considering adding a multi-purpose editor into toybox?, one of our puppy folk came across SUE which origonated from VDE back in 1982 which was created by Richard Forbes. Some background, history, a compiled and source packages can be found at

Re: [Toybox] hexedit uses VT-420 scroll ctrl sequences which dont work on tty1

2019-09-23 Thread Rob Landley
On 9/23/19 4:02 PM, Jarno Mäkipää wrote: > Hey > > I was looking at how should I limit unchanged lines being rewritten > every keypress in vi editor. > So I look reference in hexedit and noticed that it does not work > properly on virtual terminals > (one that open with ctrl+alt+f1...) > >

[Toybox] hexedit uses VT-420 scroll ctrl sequences which dont work on tty1

2019-09-23 Thread Jarno Mäkipää
Hey I was looking at how should I limit unchanged lines being rewritten every keypress in vi editor. So I look reference in hexedit and noticed that it does not work properly on virtual terminals (one that open with ctrl+alt+f1...) hexedit seems to use esc[1S and esc[1T for scrolling and found

Re: [Toybox] [PATCH] Fix ftpget download, call from wget, noop gzip -n.

2019-09-23 Thread Rob Landley
On 9/22/19 9:37 PM, Denys Nykula wrote: > Investigate why downloads always freeze when I call ftpget. Trace it to > a refactor leaving two REST and zero RETR. Branch wget to xexec ftpget > given an ftp url. Rename the output flag -O like in other wgets. Add > mock wget --no-check-certificate and