From 55380700d884358c42ca8d286b36699fd3745480 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 13 Jul 2000 17:20:23 +0000 Subject: [PATCH] Added a smallish TODO comment. --- cmdedit.c | 5 +++++ shell/cmdedit.c | 5 +++++ 2 files changed, 10 insertions(+) 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) { 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 { #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) {