On Monday 28 March 2011 18:14, [email protected] wrote: > * Denys Vlasenko <[email protected]> [Mon, 28 Mar 2011 00:01:53 > +0200]: > > On Wednesday 16 March 2011 15:20, [email protected] wrote: > > > > > > Good day! > > > > > > I wrote you in January, about "Busybox". Thank you for your > > product, > > > we actively use it. > > > Could you help me once more, please? > > > > > > For adding new functions to Busybox I edit file ".config". I think > > > that I edit not all necessary CONFIG_FEATURES for "vi", "ps" > > functions. > > > Because it is not work correctly: "vi" works not well with editing, > > for > > > "ps" I want to set options. which helps me to use "ps -ax". > > > There are what I did in .config-file - I enclose it with letter. > > > > For ps to understand any options, you need to enable CONFIG_DESKTOP. > > > > > "vi" works not well with editing > > > > Can you be more specific? > > > Thank you very much for _ps_ ! >
> About vi: > Are there any sizes of editor-console? Unfortuantly, I can view a > short part of file. I don't understand your question. Can you post your .config? Generally, you need to use CONFIG_FEATURE_VI_WIN_RESIZE=y to detect window size. > Next problem - how to close vi? in ordinary I use ":q" for closing > vi-editor. In Busybox ":q" clean a lot from my console/ Whats does it mean "clean a lot from my console"? Does it work - i.e., does it exit the editor? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
