typo in comments
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
|
|||||||
int glyph; /* the display entity */
|
int glyph; /* the display entity */
|
||||||
int color; /* color for window ports not using a tile */
|
int color; /* color for window ports not using a tile */
|
||||||
int ttychar; /* the character mapping for the original tty
|
int ttychar; /* the character mapping for the original tty
|
||||||
interace. Most or all window ports wanted
|
interface. Most or all window ports wanted
|
||||||
and used this for various things so it is
|
and used this for various things so it is
|
||||||
provided in 3.7+ */
|
provided in 3.7+ */
|
||||||
short int symidx; /* offset into syms array */
|
short int symidx; /* offset into syms array */
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ typedef struct gi {
|
|||||||
int glyph; /* the display entity */
|
int glyph; /* the display entity */
|
||||||
int color; /* color for window ports not using a tile */
|
int color; /* color for window ports not using a tile */
|
||||||
int ttychar; /* the character mapping for the original tty
|
int ttychar; /* the character mapping for the original tty
|
||||||
interace. Most or all window ports wanted
|
interface. Most or all window ports wanted
|
||||||
and used this for various things so it is
|
and used this for various things so it is
|
||||||
provided in 3.7+ */
|
provided in 3.7+ */
|
||||||
short int symidx; /* offset into syms array */
|
short int symidx; /* offset into syms array */
|
||||||
|
|||||||
@@ -706,11 +706,11 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
|
|||||||
int glyph; the display entity
|
int glyph; the display entity
|
||||||
int color; color for window ports not using a tile
|
int color; color for window ports not using a tile
|
||||||
int ttychar; the character mapping for the original tty
|
int ttychar; the character mapping for the original tty
|
||||||
interace. Most or all window ports wanted
|
interface. Most or all window ports wanted
|
||||||
and used this for various things so it is
|
and used this for various things so it is
|
||||||
provided in 3.7+
|
provided in 3.7+
|
||||||
short int symidx; offset into syms array
|
short int symidx; offset into syms array
|
||||||
unsigned glyphflags; more detail about the entity
|
unsigned glyphflags; more detail about the entity
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user