All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base-files:fix the command line wrap around issue
@ 2013-05-21  7:04 b40527
  2013-05-21  9:30 ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: b40527 @ 2013-05-21  7:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zongchun Yu

From: Zongchun Yu <b40527@freescale.com>

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 <b40527@freescale.com>
---
 meta/recipes-core/base-files/base-files/profile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/base-files/base-files/profile b/meta/recipes-core/base-files/base-files/profile
index 8eeaac3..f58ae3d 100644
--- a/meta/recipes-core/base-files/base-files/profile
+++ b/meta/recipes-core/base-files/base-files/profile
@@ -27,6 +27,7 @@ if [ -d /etc/profile.d ]; then
 fi
 
 export PATH PS1 OPIEDIR QPEDIR QTDIR EDITOR TERM
+export COLUMNS=2000
 
 umask 022
 
-- 
1.6.2.5




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-05-30 17:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21  7:04 [PATCH] base-files:fix the command line wrap around issue b40527
2013-05-21  9:30 ` Burton, Ross
2013-05-21 11:20   ` 答复: " Zongchun YU
2013-05-28  2:51   ` Zongchun YU
2013-05-28  3:14     ` Otavio Salvador
2013-05-28  4:28       ` Zongchun YU
2013-05-29 15:24         ` Burton, Ross
2013-05-30  2:17           ` Zongchun YU
2013-05-30 17:30             ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.