aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-13 17:20:23 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-13 17:20:23 +0000
commit2db84b12823cd91660ba2d74b6db4e3fda1a68f0 (patch)
treebaaee3a32b40ea508b9dead4f627fcebadbca5e7
parentf64564a735d87cf005d8762f442760f935c4c365 (diff)
downloadbusybox-w32-2db84b12823cd91660ba2d74b6db4e3fda1a68f0.tar.gz
busybox-w32-2db84b12823cd91660ba2d74b6db4e3fda1a68f0.tar.bz2
busybox-w32-2db84b12823cd91660ba2d74b6db4e3fda1a68f0.zip
Added a smallish TODO comment.
git-svn-id: svn://busybox.net/trunk/busybox@837 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--cmdedit.c5
-rw-r--r--shell/cmdedit.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 515685f55..b94b8e331 100644
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -93,6 +93,11 @@ struct history {
93 93
94#define xwrite write 94#define xwrite write
95 95
96/*
97 * TODO: Someday we want to implement 'horizontal scrolling' of the
98 * command-line when the user has typed more than the current width. This
99 * would allow the user to see a 'window' of what he has typed.
100 */
96void 101void
97cmdedit_setwidth(int w) 102cmdedit_setwidth(int w)
98{ 103{
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 515685f55..b94b8e331 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -93,6 +93,11 @@ struct history {
93 93
94#define xwrite write 94#define xwrite write
95 95
96/*
97 * TODO: Someday we want to implement 'horizontal scrolling' of the
98 * command-line when the user has typed more than the current width. This
99 * would allow the user to see a 'window' of what he has typed.
100 */
96void 101void
97cmdedit_setwidth(int w) 102cmdedit_setwidth(int w)
98{ 103{