Changeset 10b866d for context.c


Ignore:
Timestamp:
Jul 8, 2002, 10:37:21 PM (22 years ago)
Author:
Erik Nygren <nygren@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:
e1c4636
Parents:
8df36cc
Message:
* Fixed preservation of e->dotsend across owl_editwin_clear().

* Added history for multiline edit windows (eg, for zephyr composition).
  The M-n and M-p keys will cycle through the history ring.
  In particular, it is now possible to edit the command line
  of a zephyr being composed:  C-c it and restart it
  and then M-p to get the aborted composition back.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • context.c

    r1aee7d9 r10b866d  
    1616/* returns whether test matches the current context */
    1717int owl_context_matches(owl_context *ctx, int test) {
    18   owl_function_debugmsg(", current: 0x%04x test: 0x%04x\n", ctx->mode, test);
     18  /*owl_function_debugmsg(", current: 0x%04x test: 0x%04x\n", ctx->mode, test);*/
    1919  if ((((ctx->mode&OWL_CTX_MODE_BITS) & test)
    2020       || !(test&OWL_CTX_MODE_BITS))
Note: See TracChangeset for help on using the changeset viewer.