Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r7ba9e0de r68e5464  
    476476  char     *desc;               /* description */
    477477  owl_list  bindings;           /* key bindings */
    478   const struct _owl_keymap *submap;     /* submap */
     478  const struct _owl_keymap *parent;     /* parent */
    479479  void (*default_fn)(owl_input j);      /* default action (takes a keypress) */
    480480  void (*prealways_fn)(owl_input  j);   /* always called before a keypress is received */
     
    521521  short **pairs;
    522522} owl_colorpair_mgr;
    523 
    524 typedef struct _owl_obarray {
    525   owl_list strings;
    526 } owl_obarray;
    527523
    528524typedef struct _owl_io_dispatch {
     
    599595  owl_colorpair_mgr cpmgr;
    600596  pid_t newmsgproc_pid;
    601   int malloced, freed;
    602597  owl_regex search_re;
    603598  aim_session_t aimsess;
     
    610605  char *aim_screenname_for_filters;     /* currently logged in AIM screen name */
    611606  owl_buddylist buddylist;  /* list of logged in AIM buddies */
    612   owl_list messagequeue;    /* for queueing up aim and other messages */
     607  GQueue *messagequeue;     /* for queueing up aim and other messages */
    613608  owl_dict styledict;       /* global dictionary of available styles */
    614609  char *response;           /* response to the last question asked */
     
    623618  int pseudologin_notify;
    624619  struct termios startup_tio;
    625   owl_obarray obarray;
    626620  owl_list io_dispatch_list;
    627621  owl_list psa_list;
Note: See TracChangeset for help on using the changeset viewer.