Some changes to migrate towards C++ and a multithreaded model

This commit is contained in:
ridiculousfish
2011-12-26 19:18:46 -08:00
parent 3f16ace678
commit 8d2f107d61
90 changed files with 7368 additions and 5981 deletions

View File

@@ -50,7 +50,7 @@ void history_reset();
/**
Find next history item starting with str. If this moves past
the end of the history, str is returned.
the end of the history, str is returned.
*/
const wchar_t *history_next_match( const wchar_t *str);