Added a smallish TODO comment.
authorMark Whitley <markw@lineo.com>
Thu, 13 Jul 2000 17:20:23 +0000 (17:20 -0000)
committerMark Whitley <markw@lineo.com>
Thu, 13 Jul 2000 17:20:23 +0000 (17:20 -0000)
cmdedit.c
shell/cmdedit.c

index 515685f553eedc2fcd62ac5957000f6f9430af35..b94b8e331d29e6b064154668472fdf7e707c6e4a 100644 (file)
--- 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)
 {
index 515685f553eedc2fcd62ac5957000f6f9430af35..b94b8e331d29e6b064154668472fdf7e707c6e4a 100644 (file)
@@ -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)
 {