mirror of https://github.com/valkey-io/valkey
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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