Fossil SCM
Remove ugly and zero-information comment text from linenoise.c.
Commit
7bc11da24141778fc44dc0c781ee65a4d7c50d1b
Parent
192c8266efa205b…
1 file changed
+1
-1
+1
-1
| --- src/linenoise.c | ||
| +++ src/linenoise.c | ||
| @@ -211,11 +211,11 @@ | ||
| 211 | 211 | for (j = 0; unsupported_term[j]; j++) |
| 212 | 212 | if (!strcasecmp(term,unsupported_term[j])) return 1; |
| 213 | 213 | return 0; |
| 214 | 214 | } |
| 215 | 215 | |
| 216 | -/* Raw mode: 1960 magic shit. */ | |
| 216 | +/* Raw mode */ | |
| 217 | 217 | static int enableRawMode(int fd) { |
| 218 | 218 | struct termios raw; |
| 219 | 219 | |
| 220 | 220 | if (!isatty(STDIN_FILENO)) goto fatal; |
| 221 | 221 | if (!atexit_registered) { |
| 222 | 222 |
| --- src/linenoise.c | |
| +++ src/linenoise.c | |
| @@ -211,11 +211,11 @@ | |
| 211 | for (j = 0; unsupported_term[j]; j++) |
| 212 | if (!strcasecmp(term,unsupported_term[j])) return 1; |
| 213 | return 0; |
| 214 | } |
| 215 | |
| 216 | /* Raw mode: 1960 magic shit. */ |
| 217 | static int enableRawMode(int fd) { |
| 218 | struct termios raw; |
| 219 | |
| 220 | if (!isatty(STDIN_FILENO)) goto fatal; |
| 221 | if (!atexit_registered) { |
| 222 |
| --- src/linenoise.c | |
| +++ src/linenoise.c | |
| @@ -211,11 +211,11 @@ | |
| 211 | for (j = 0; unsupported_term[j]; j++) |
| 212 | if (!strcasecmp(term,unsupported_term[j])) return 1; |
| 213 | return 0; |
| 214 | } |
| 215 | |
| 216 | /* Raw mode */ |
| 217 | static int enableRawMode(int fd) { |
| 218 | struct termios raw; |
| 219 | |
| 220 | if (!isatty(STDIN_FILENO)) goto fatal; |
| 221 | if (!atexit_registered) { |
| 222 |