Changeset 5f3168a for owl.h


Ignore:
Timestamp:
Feb 18, 2008, 9:07:22 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b70d24f
Parents:
680ed23 (diff), 9d2f010 (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:
Merged revisions 928-950 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r937 | nelhage | 2008-02-11 23:09:54 -0500 (Mon, 11 Feb 2008) | 2 lines
  
  Bind M-left and M-right by default in the editor
........
  r947 | nelhage | 2008-02-18 16:45:22 -0500 (Mon, 18 Feb 2008) | 2 lines
  
  We need to stick modules on the beginning of @INC, not the end
........
  r949 | asedeno | 2008-02-18 19:43:09 -0500 (Mon, 18 Feb 2008) | 1 line
  
  Merging in the select branch.
........
  r950 | asedeno | 2008-02-18 20:54:45 -0500 (Mon, 18 Feb 2008) | 1 line
  
  Merging in the select branch, part 2. select.c
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r6f6330b r5f3168a  
    561561  owl_list strings;
    562562} owl_obarray;
     563
     564typedef struct _owl_dispatch {
     565  int fd;           /* FD to watch for dispatch. */
     566  void (*cfunc)();  /* C function to dispatch to. */
     567  SV *pfunc;        /* Perl function to dispatch to. */
     568} owl_dispatch;
    563569
    564570typedef struct _owl_global {
     
    632638  struct termios startup_tio;
    633639  owl_obarray obarray;
     640  owl_list dispatchlist;
    634641} owl_global;
    635642
Note: See TracChangeset for help on using the changeset viewer.