Changeset ecd5dc5 for context.c


Ignore:
Timestamp:
Apr 12, 2003, 4:54:57 PM (21 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:
e9b1f60
Parents:
8262340
Message:
M-p is bound to 'view personal' by default
loadsubs and loadloginsubs only print messages if in interactive
  mode
added the 'alert_filter' variable, defaults to 'none'.
added the 'alert_action' variable, which is an owl command that
  will be executed when new messages arive that match the
  alert_filter
added the 'term' command which takes the 'raise' and 'deiconify'
  options.  It assumes xterm for now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • context.c

    r10b866d recd5dc5  
    4444}
    4545
     46int owl_context_is_interactive(owl_context *ctx) {
     47  return(ctx->mode & OWL_CTX_INTERACTIVE)?1:0;
     48}
    4649
    4750void owl_context_set_startup(owl_context *ctx) {
Note: See TracChangeset for help on using the changeset viewer.