commiting:

0000025: vi-editing mode for ash
This commit is contained in:
Paul Fox
2005-08-04 19:04:46 +00:00
parent 8eeb655661
commit 3f11b1bf63
5 changed files with 390 additions and 34 deletions

View File

@ -12,4 +12,8 @@ void load_history ( const char *fromfile );
void save_history ( const char *tofile );
#endif
#if CONFIG_FEATURE_COMMAND_EDITING_VI
void setvimode ( int viflag );
#endif
#endif /* CMDEDIT_H */