diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.h b/src/charset.h index 27c21631f60..0e6b329fbfc 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -281,8 +281,8 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ | |||
| 281 | occupies on the screen: one of 0, 1, and 2. | 281 | occupies on the screen: one of 0, 1, and 2. |
| 282 | 282 | ||
| 283 | DIRECTION (integer) is the rendering direction of characters in the | 283 | DIRECTION (integer) is the rendering direction of characters in the |
| 284 | charset when rendering. If 0, render from right to left, else | 284 | charset when rendering. If 0, render from left to right, else |
| 285 | render from left to right. | 285 | render from right to left. |
| 286 | 286 | ||
| 287 | LEADING-CODE-BASE (integer) is the base leading-code for the | 287 | LEADING-CODE-BASE (integer) is the base leading-code for the |
| 288 | charset. | 288 | charset. |