Changeset c65d81e
- Timestamp:
- Dec 23, 2003, 10:05:01 AM (19 years ago)
- 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:
- 4b660cc
- Parents:
- e9f239b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r9854278 rc65d81e 14 14 not completely sure I did this right ... so odd behavior should 15 15 be reported. 16 New 'away' command, just an alias to zaway for now. 17 'A' key now bound to 'away' command. 18 In status bar "ZAWAY" is now "AWAY" 16 19 17 20 2.1.1-pre-1 -
commands.c
r952bb256 rc65d81e 456 456 "Turn on or off the default zaway message. If a message is\n" 457 457 "specified turn on zaway with that message\n"), 458 OWLCMD_ALIAS("away", "zaway"), 458 459 459 460 OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY, -
keys.c
r2674412 rc65d81e 265 265 BIND_CMD("o", "toggle-oneline", ""); 266 266 267 BIND_CMD("A", " zaway toggle", "toggles zawayon and off");267 BIND_CMD("A", "away toggle", "toggles away message on and off"); 268 268 269 269 BIND_CMD("z", "start-command zwrite ", "start a zwrite command"); -
util.c
r8766d44 rc65d81e 83 83 wattron(sepwin, A_BOLD); 84 84 wattroff(sepwin, A_REVERSE); 85 waddstr(sepwin, " ZAWAY ");85 waddstr(sepwin, " AWAY "); 86 86 wattron(sepwin, A_REVERSE); 87 87 wattroff(sepwin, A_BOLD);
Note: See TracChangeset
for help on using the changeset viewer.