public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: <b40527@freescale.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Zongchun Yu <b40527@freescale.com>
Subject: [PATCH] base-files:fix the command line wrap around issue
Date: Tue, 21 May 2013 02:04:35 -0500	[thread overview]
Message-ID: <1369119875-4984-1-git-send-email-b40527@freescale.com> (raw)

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




             reply	other threads:[~2013-05-21  7:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-21  7:04 b40527 [this message]
2013-05-21  9:30 ` [PATCH] base-files:fix the command line wrap around issue 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369119875-4984-1-git-send-email-b40527@freescale.com \
    --to=b40527@freescale.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox