Changeset 98d7757


Ignore:
Timestamp:
May 22, 2010, 10:37:26 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
e5e9888
Parents:
04b16f8
git-author:
Nelson Elhage <nelhage@mit.edu> (05/22/10 18:39:50)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/22/10 22:37:26)
Message:
Tester: Set up a style and curmsg/topmsg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tester.c

    r04b16f8 r98d7757  
    4242    goto out;
    4343  }
     44
    4445  owl_global_complete_setup(&g);
    4546  owl_global_setup_default_filters(&g);
     
    4849                  owl_global_get_filter(&g, "all"),
    4950                  owl_global_get_style_by_name(&g, "default"));
     51  owl_global_set_current_style(&g, owl_global_get_style_by_name(&g, "default"));
     52  owl_function_firstmsg();
    5053
    5154  if (argc > 1) {
Note: See TracChangeset for help on using the changeset viewer.