Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-07-13 21:20:23 +0400
committerMark Whitley <markw@lineo.com>2000-07-13 21:20:23 +0400
commit55380700d884358c42ca8d286b36699fd3745480 (patch)
treebaaee3a32b40ea508b9dead4f627fcebadbca5e7 /cmdedit.c
parent00143ba921f64caab7e55bc4c90006586d4bcc4a (diff)
Added a smallish TODO comment.
Diffstat (limited to 'cmdedit.c')
-rw-r--r--cmdedit.c5
1 files changed, 5 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 {
#define xwrite write
+/*
+ * TODO: Someday we want to implement 'horizontal scrolling' of the
+ * command-line when the user has typed more than the current width. This
+ * would allow the user to see a 'window' of what he has typed.
+ */
void
cmdedit_setwidth(int w)
{