Changeset 0b7082c for owl.c


Ignore:
Timestamp:
Jan 11, 2008, 10:17:19 PM (16 years ago)
Author:
Nelson Elhage <nelhage@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:
60c2e1e
Parents:
216e621
Message:
Nuke the vt style as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    r89f5338 r0b7082c  
    254254  owl_style_create_internal(s, "basic", &owl_stylefunc_basic, "Basic message formatting.");
    255255  owl_global_add_style(&g, s);
    256 #if 0
    257   s=owl_malloc(sizeof(owl_style));
    258   owl_style_create_internal(s, "vt", &owl_stylefunc_vt, "VT message formatting.");
    259   owl_global_add_style(&g, s);
    260 #endif
    261256  s=owl_malloc(sizeof(owl_style));
    262257  owl_style_create_internal(s, "oneline", &owl_stylefunc_oneline, "Formats for one-line-per-message");
Note: See TracChangeset for help on using the changeset viewer.