Comment typofixes, pt 4
This commit is contained in:
@@ -41,7 +41,7 @@ static void select_offscreen_port(tty_record *record);
|
||||
return general_failure;
|
||||
|
||||
/*
|
||||
* Simple macro for deciding wether we draw at once or delay
|
||||
* Simple macro for deciding whether we draw at once or delay
|
||||
*/
|
||||
#define DRAW_DIRECT (TA_ALWAYS_REFRESH & record->attribute[TTY_ATTRIB_FLAGS])
|
||||
|
||||
|
||||
@@ -287,7 +287,7 @@ setftty()
|
||||
}
|
||||
if (!IS_7BIT(inittyb))
|
||||
curttyb.inputflags &= ~STRIPHI;
|
||||
/* If an interrupt character is used, it will be overriden and
|
||||
/* If an interrupt character is used, it will be overridden and
|
||||
* set to ^C.
|
||||
*/
|
||||
if (intr_char != nonesuch && curttyb2.intr_sym != '\003') {
|
||||
|
||||
@@ -531,7 +531,7 @@ plselInitDialog(HWND hWnd)
|
||||
|
||||
/* adjust role/race/alignment/gender list - filter out
|
||||
invalid combinations
|
||||
changed_sel points to the list where selection occured
|
||||
changed_sel points to the list where selection occurred
|
||||
(-1 if unknown)
|
||||
*/
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user