mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 05:26:42 -04:00
Replace offensive term (#86)
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
This commit is contained in:
committed by
GitHub
parent
1950acd1e2
commit
289eb47eb9
@@ -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
|
default: all
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -233,7 +233,7 @@ static int isUnsupportedTerm(void) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Raw mode: 1960 magic shit. */
|
/* Raw mode: 1960's magic. */
|
||||||
static int enableRawMode(int fd) {
|
static int enableRawMode(int fd) {
|
||||||
struct termios raw;
|
struct termios raw;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user