diff options
author | Mark Whitley <markw@lineo.com> | 2000-07-13 17:20:23 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-07-13 17:20:23 +0000 |
commit | 55380700d884358c42ca8d286b36699fd3745480 (patch) | |
tree | baaee3a32b40ea508b9dead4f627fcebadbca5e7 | |
parent | 00143ba921f64caab7e55bc4c90006586d4bcc4a (diff) | |
download | busybox-w32-55380700d884358c42ca8d286b36699fd3745480.tar.gz busybox-w32-55380700d884358c42ca8d286b36699fd3745480.tar.bz2 busybox-w32-55380700d884358c42ca8d286b36699fd3745480.zip |
Added a smallish TODO comment.
-rw-r--r-- | cmdedit.c | 5 | ||||
-rw-r--r-- | shell/cmdedit.c | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -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 | */ | ||
96 | void | 101 | void |
97 | cmdedit_setwidth(int w) | 102 | cmdedit_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 | */ | ||
96 | void | 101 | void |
97 | cmdedit_setwidth(int w) | 102 | cmdedit_setwidth(int w) |
98 | { | 103 | { |