Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d9d6e8a0
Commit
d9d6e8a0
authored
Jan 05, 2018
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Comments related to src/termcap.c
parent
f8a07fa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/Makefile.in
src/Makefile.in
+1
-1
src/termcap.c
src/termcap.c
+3
-0
No files found.
src/Makefile.in
View file @
d9d6e8a0
...
...
@@ -170,7 +170,7 @@ NOTIFY_LIBS = @NOTIFY_LIBS@
## -ltermcap, or -lncurses, or -lcurses, or "".
LIBS_TERMCAP
=
@LIBS_TERMCAP@
## terminfo.o if TERMINFO, else tparam.o.
## terminfo.o if TERMINFO, else
(on MS-DOS only: termcap.o +)
tparam.o.
TERMCAP_OBJ
=
@TERMCAP_OBJ@
LIBXMU
=
@LIBXMU@
...
...
src/termcap.c
View file @
d9d6e8a0
...
...
@@ -15,6 +15,9 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Since 2010-03, 073589f4, Emacs 24.1, this file is only used
by the MS-DOS port of Emacs. */
/* Emacs config.h may rename various library functions such as malloc. */
#include <config.h>
#include <sys/file.h>
...
...
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