Changeset c65d81e


Ignore:
Timestamp:
Dec 23, 2003, 10:05:01 AM (20 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4b660cc
Parents:
e9f239b
Message:
New 'away' command, just an alias to zaway for now.
'A' key now bound to 'away' command.
In status bar "ZAWAY" is now "AWAY"
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r9854278 rc65d81e  
    1414          not completely sure I did this right ... so odd behavior should
    1515          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"
    1619       
    17202.1.1-pre-1
  • commands.c

    r952bb256 rc65d81e  
    456456              "Turn on or off the default zaway message.  If a message is\n"
    457457              "specified turn on zaway with that message\n"),
     458  OWLCMD_ALIAS("away", "zaway"),
    458459
    459460  OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY,
  • keys.c

    r2674412 rc65d81e  
    265265  BIND_CMD("o",   "toggle-oneline", "");
    266266
    267   BIND_CMD("A",   "zaway toggle",     "toggles zaway on and off");
     267  BIND_CMD("A",   "away toggle",     "toggles away message on and off");
    268268
    269269  BIND_CMD("z",   "start-command zwrite ", "start a zwrite command");
  • util.c

    r8766d44 rc65d81e  
    8383    wattron(sepwin, A_BOLD);
    8484    wattroff(sepwin, A_REVERSE);
    85     waddstr(sepwin, " ZAWAY ");
     85    waddstr(sepwin, " AWAY ");
    8686    wattron(sepwin, A_REVERSE);
    8787    wattroff(sepwin, A_BOLD);
Note: See TracChangeset for help on using the changeset viewer.