Changeset 315babf for commands.c


Ignore:
Timestamp:
May 16, 2009, 2:55:30 AM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
d73e3af
Parents:
b8bf727 (diff), 73ba824 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'mark'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r790ab12 r73ba824  
    336336  OWLCMD_VOID("recv:pageup", owl_function_mainwin_pageup, OWL_CTX_INTERACTIVE,
    337337              "scrolls up by a page", "", ""),
     338
     339  OWLCMD_VOID("recv:mark", owl_function_mark_message,
     340              OWL_CTX_INTERACTIVE,
     341              "mark the current message", "", ""),
     342
     343  OWLCMD_VOID("recv:swapmark", owl_function_swap_cur_marked,
     344              OWL_CTX_INTERACTIVE,
     345              "swap the positions of the pointer and the mark", "", ""),
    338346
    339347  OWLCMD_INT ("recv:scroll", owl_function_page_curmsg, OWL_CTX_INTERACTIVE,
Note: See TracChangeset for help on using the changeset viewer.