Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
cc6f009
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:
Jan 12, 2008, 11:56:20 AM (
17 years
ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
release-1.10
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
05f0061
Parents:
6824a76
Message:
Fixing a pet peeve. Clearing the line should preserve the echochar.
File:
1 edited
editwin.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
editwin.c
r9a6cc40
rcc6f009
197
197
int dotsend=e->dotsend;
198
198
char *locktext=NULL;
199
char echochar=e->echochar;
199
200
200
201
lock=0;
…
…
215
216
if (dotsend) {
216
217
owl_editwin_set_dotsend(e);
218
}
219
if (echochar) {
220
owl_editwin_set_echochar(e, echochar);
217
221
}
218
222
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive