Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
73624b4
for
util.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:
Jun 22, 2003, 2:07:34 AM (
18 years
ago)
Author:
James M. Kretchmar <kretch@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:
3723f31
Parents:
b2a91b6
Message:
New 'sepbar_disable' variable can turn off sepbar info Updated contributor info
File:
1 edited
util.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
util.c
r5ea6fea
r73624b4
23
23
wattron(sepwin, A_REVERSE);
24
24
whline(sepwin, ACS_HLINE, owl_global_get_cols(&g));
25
26
if (owl_global_is_sepbar_disable(&g)) {
27
getyx(sepwin, y, x);
28
wmove(sepwin, y, owl_global_get_cols(&g)-1);
29
return;
30
}
25
31
26
32
wmove(sepwin, 0, 2);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive