Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7131cf2
for
keymap.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 22, 2002, 3:54:54 PM (
19 years
ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
owl
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
4b464a4
Parents:
5f37310
Message:
Temporary fix to bug where C-SPACE would cause the key handler to lock up.
File:
1 edited
keymap.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
keymap.c
r10b866d
r7131cf2
197
197
return(-1);
198
198
}
199
if (j==ERR) {
199
200
/* temporarily disallow C-`/C-SPACE until we fix associated bugs */
201
if (j==ERR || j==0) {
200
202
return(-1);
201
203
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive