Changeset c65d81e for util.c


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"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.