mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 08:37:40 +00:00
Replace offensive term (#86)
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
This commit is contained in:
parent
1950acd1e2
commit
289eb47eb9
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
# Top level makefile, the real shit is at src/Makefile
|
||||
# Top level makefile, the real magic is at src/Makefile
|
||||
|
||||
default: all
|
||||
|
||||
|
2
deps/linenoise/linenoise.c
vendored
2
deps/linenoise/linenoise.c
vendored
@ -233,7 +233,7 @@ static int isUnsupportedTerm(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Raw mode: 1960 magic shit. */
|
||||
/* Raw mode: 1960's magic. */
|
||||
static int enableRawMode(int fd) {
|
||||
struct termios raw;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user