Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6e666629
Commit
6e666629
authored
Sep 30, 2002
by
Kenichi Handa
Browse files
(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
-1 before calling ccl_driver.
parent
3089d25c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/xterm.c
src/xterm.c
+1
-0
No files found.
src/xterm.c
View file @
6e666629
...
...
@@ -1260,6 +1260,7 @@ x_encode_char (c, char2b, font_info)
{
ccl->reg[0] = charset;
ccl->reg[1] = char2b->byte2;
ccl->reg[2] = -1;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment