[minor] Typo
This commit is contained in:
parent
387400bbbd
commit
9404128709
@ -384,7 +384,7 @@ ready:
|
|||||||
} else if (strstr(term, "rxvt")) {
|
} else if (strstr(term, "rxvt")) {
|
||||||
ttype = 3; /* Accepts LINUX mode */
|
ttype = 3; /* Accepts LINUX mode */
|
||||||
} else {
|
} else {
|
||||||
ttype = 2; /* Verything else */
|
ttype = 2; /* Everything else */
|
||||||
}
|
}
|
||||||
|
|
||||||
int always_escape = 0; /* Used for text mode */
|
int always_escape = 0; /* Used for text mode */
|
||||||
|
Loading…
Reference in New Issue
Block a user