# HG changeset patch # User Matti Hamalainen # Date 1289803036 -7200 # Node ID 2ada8d065bcafc2037cc7655b31eababd5391e96 # Parent 8c493b5671bdb5f7eabf667fa5a09771e3730246 Remove useless comment. diff -r 8c493b5671bd -r 2ada8d065bca nnchat.c --- a/nnchat.c Mon Nov 15 08:36:45 2010 +0200 +++ b/nnchat.c Mon Nov 15 08:37:16 2010 +0200 @@ -708,8 +708,6 @@ return TRUE; } -/* -Different tab completion scenarios: void updateWindows(void) { if (mainWin) redrawwin(mainWin); @@ -717,19 +715,6 @@ if (editWin) redrawwin(editWin); } -Line start -"foo" -> - * store "foo" as pattern - * find match: "Foobar" - * replace "foo" with match - -"Foobar: " -> - * ": " -> cycle to next match - * "Foorulez" - * replace "Foobar: " with "Foorulez: " - -Same when completing in middle of line, but " " instead of ": ". -*/ BOOL performTabCompletion(nn_editbuf_t *buf) { static char *previous = NULL;