Changeset 3f6555d for owl.h


Ignore:
Timestamp:
May 16, 2010, 1:15:25 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
c314f39
Parents:
f034ac0
git-author:
David Benjamin <davidben@mit.edu> (05/15/10 17:38:31)
git-committer:
David Benjamin <davidben@mit.edu> (05/16/10 01:15:25)
Message:
Punt obarray and friends in favor of g_intern_string

It's somewhat faster (about 1.5x by completely unrigorous tests), and
it's less code for us to maintain.

Signed-off-by: David Benjamin <davidben@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r7ba9e0de r3f6555d  
    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 {
     
    623619  int pseudologin_notify;
    624620  struct termios startup_tio;
    625   owl_obarray obarray;
    626621  owl_list io_dispatch_list;
    627622  owl_list psa_list;
Note: See TracChangeset for help on using the changeset viewer.