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
de11c1ea
Commit
de11c1ea
authored
Jul 17, 2001
by
Gerd Moellmann
Browse files
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.
parent
9781053a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/ChangeLog
View file @
de11c1ea
2001-07-17 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.
2001-07-16 Gerd Moellmann <gerd@gnu.org>
* fileio.c (unwind_read): Function removed.
...
...
src/keyboard.c
View file @
de11c1ea
...
...
@@ -103,7 +103,7 @@ extern int input_fd;
#define KBD_BUFFER_SIZE 4096
#endif
#else /* No X-windows, character input */
#define KBD_BUFFER_SIZE
25
6
#define KBD_BUFFER_SIZE
409
6
#endif /* No X-windows */
/* Following definition copied from eval.c */
...
...
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