On Wed, May 29, 2013 at 11:17 PM, Zongchun YU wrote:
> Yes. At least for my target, CONFIG_RESIZE isn't enabled that I'd expect
> to be required for this to work.
>
> for my target, CONFIG_RESIZE have been enabled, if we use resize in
> profile, we may meet the invalid character issue as I menti
Yes. At least for my target, CONFIG_RESIZE isn't enabled that I'd expect to be
required for this to work.
for my target, CONFIG_RESIZE have been enabled, if we use resize in profile, we
may meet the invalid character issue as I mentioned earlier.
__
On 28 May 2013 05:28, Zongchun YU wrote:
> It seems that setting it in environment is a workaround for the real issue.
> Can't the same be accomplished changing busybox settings?
>
> Can you explain your idea in detail? Do you mean changing the setting of
> “resize” in busybox or other?
Yes. At
发件人: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] 代表
Otavio Salvador
发送时间: Tuesday, May 28, 2013 11:15 AM
收件人: Zongchun YU
抄送: Burton, Ross; OE-core
主题: Re: [OE-core] [PATCH] base-files:fix the command line wrap around
issue
On Mon, May 27, 2013 at 11:51 PM, Zongchun YU
On Mon, May 27, 2013 at 11:51 PM, Zongchun YU wrote:
> Hello Ross.
>
> ** **
>
> Do you have any other comments about this patch?
>
It seems that setting it in environment is a workaround for the real issue.
Can't the same be accomplished changing busybox settings?
--
Otavio Salvador
Hello Ross.
Do you have any other comments about this patch?
Thank you!
Best Regards
Zongchun
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Tuesday, 21 May 2013, wrote:
> +export COLUMNS=2000
>
But there are not 2000 columns, you're just hard-coding a value that is
expected to dynamically change.
i.e, on my desktop in a gnome-terminal:
$ echo $COLUMNS
80
Then if I resize the window:
$ echo $COLUMNS
117
This is a bad workaroun
From: Zongchun Yu
when the character number of cmdline is more than 80. the following character
should
go to a new line. rather than cover the prompt and the inputting character
before.
Signed-off-by: Zongchun Yu
---
meta/recipes-core/base-files/base-files/profile |1 +
1 files changed,