Changeset 220db88
- Timestamp:
- Jul 11, 2011, 10:33:11 AM (13 years ago)
- Parents:
- a130fc5 (diff), 16cf182d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 3 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; -
help.c
ra16d7e5 r820e852 66 66 "\n" 67 67 " l Print a zephyr/AIM buddy listing\n" 68 " A Toggle zaway\n"68 " A Toggle away\n" 69 69 " o Toggle one-line display mode\n" 70 70 " w Open a URL in the current message\n" -
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.