Added a smallish TODO comment.
This commit is contained in:
parent
00143ba921
commit
55380700d8
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user