Differences From Artifact [67ca136a54]:
- File src/linenoise.c — part of check-in [2d79355f9c] at 2015-06-11 15:20:33 on branch linenoise — Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. (user: drh size: 35826) [more...]
To Artifact [b8a7c4b7bb]:
- File src/linenoise.c — part of check-in [7bc11da241] at 2015-06-19 14:40:40 on branch trunk — Remove ugly and zero-information comment text from linenoise.c. (user: drh size: 35808) [more...]
| ︙ | |||
209 210 211 212 213 214 215 | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | - + |
if (term == NULL) return 0;
for (j = 0; unsupported_term[j]; j++)
if (!strcasecmp(term,unsupported_term[j])) return 1;
return 0;
}
|
| ︙ |