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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9542cb1f
Commit
9542cb1f
authored
Jul 30, 2002
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix
parent
38355d47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/coding.c
src/coding.c
+1
-1
src/term.c
src/term.c
+1
-1
No files found.
src/coding.c
View file @
9542cb1f
/* Coding system handler (conversion, detection,
and
etc).
/* Coding system handler (conversion, detection, etc).
Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN.
Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
Licensed to the Free Software Foundation.
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
...
...
src/term.c
View file @
9542cb1f
...
@@ -834,7 +834,7 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed)
...
@@ -834,7 +834,7 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed)
if
(
g
<
0
||
g
>=
tlen
)
if
(
g
<
0
||
g
>=
tlen
)
{
{
/* This glyph doesn't ha
s
an entry in Vglyph_table. */
/* This glyph doesn't ha
ve
an entry in Vglyph_table. */
if
(
!
CHAR_VALID_P
(
src
->
u
.
ch
,
0
))
if
(
!
CHAR_VALID_P
(
src
->
u
.
ch
,
0
))
{
{
len
=
1
;
len
=
1
;
...
...
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