Changeset 16cf182d
- Timestamp:
- Jul 11, 2011, 10:31:08 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 33501b2, b8f7962, 06af663, 24b2f18, 220db88
- Parents:
- 820e852
- git-author:
- Jason Gross <jgross@mit.edu> (07/11/11 09:48:07)
- git-committer:
- Jason Gross <jgross@mit.edu> (07/11/11 10:31:08)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
r2560529 r16cf182d 53 53 g->resizepending=0; 54 54 g->direction=OWL_DIRECTION_DOWNWARDS; 55 g->zaway=0;56 55 owl_fmtext_init_colorpair_mgr(&(g->cpmgr)); 57 56 g->debug=OWL_DEBUG; -
owl.h
r2560529 r16cf182d 556 556 char *startupfile; 557 557 int direction; 558 int zaway;559 char *cur_zaway_msg;560 558 int haveconfig; 561 559 int config_format;
Note: See TracChangeset
for help on using the changeset viewer.