Added a smallish TODO comment.

This commit is contained in:
Mark Whitley 2000-07-13 17:20:23 +00:00
parent 00143ba921
commit 55380700d8
2 changed files with 10 additions and 0 deletions

View 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)
{

View 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)
{