Re: [Toybox] [PATCH] ls: fix spacing of -lZ and --full-time.

2019-09-09 Thread enh via Toybox
ping? On Sat, Sep 7, 2019 at 9:39 PM enh wrote: > > Two more spacing bugs here, one before the security context for -Z, and > one after the size with --full-time. > > Before: > > $ ./toybox ls -lZ --full-time Config. > -rw-r- 1 enh primarygroup?56162019-09-07 21:09:32.892215100 >

Re: [Toybox] Request for two commands to be added to toybox please.

2019-09-09 Thread Rob Landley
On 9/9/19 3:29 AM, scsijon wrote: > You did ask for submissions for '?possibly missing?' commands! > > Can I ask for these two to be considered to be added to your 'todo' list > please? > > showkey - which shows what's assigned to a specific pressed key (usually > octal, > but could be

[Toybox] [PATCH] vi: added support for tabs

2019-09-09 Thread Jarno Mäkipää
Add: tabs, follows tabstop variable currently hardcoded to 8. Should be adjustable with :set tabstop N according to man page Fix: search, issue with searching substring that is more left than cursor position on following lines. --- toys/pending/vi.c | 36 +++- 1

[Toybox] Request for two commands to be added to toybox please.

2019-09-09 Thread scsijon
You did ask for submissions for '?possibly missing?' commands! Can I ask for these two to be considered to be added to your 'todo' list please? showkey - which shows what's assigned to a specific pressed key (usually octal, but could be multi-byte hexidecimal or even a character stream on