Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
435d6b2
for
editwin.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:
Jul 17, 2009, 10:42:58 PM (
16 years
ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master
,
release-1.10
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
b4ef908
Parents:
2f2a643
Message:
Rename 'editmulti:' commands to 'edit:'.
File:
1 edited
editwin.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
editwin.c
r72ab15f
r435d6b2
1220
1220
/* XXX force a redisplay? */
1221
1221
if ((j.ch==13 || j.ch==10) && owl_editwin_check_dotsend(e)) {
1222
owl_command_edit
multi
_done(e);
1222
owl_command_edit
_done(e);
1223
1223
return;
1224
1224
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive