Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.c

    rd6b8b50 r7869e48  
    1111  owl_fmtext_init_null(&fm);
    1212  owl_fmtext_append_bold
    13     (&fm, 
     13    (&fm,
    1414     "OWL HELP\n\n");
    1515
    1616  owl_fmtext_append_normal
    17     (&fm, 
     17    (&fm,
    1818     "  If you're new to BarnOwl, the first thing you should type is\n\n"
    1919     "    :show quickstart\n\n"
     
    2424
    2525  owl_fmtext_append_bold
    26     (&fm, 
     26    (&fm,
    2727     "  Basic Keys:\n"
    2828     );
    2929  owl_fmtext_append_normal
    30     (&fm, 
     30    (&fm,
    3131     "    n             Move to next non-deleted message\n"
    3232     "    p             Move to previous non-deleted message\n"
     
    7878     );
    7979  owl_fmtext_append_bold
    80     (&fm, 
     80    (&fm,
    8181     "  Basic Commands:\n"
    8282     );
    8383  owl_fmtext_append_normal
    84     (&fm, 
     84    (&fm,
    8585     "    quit, exit    Exit BarnOwl\n"
    8686     "    help          Get help about commands\n"
     
    125125     "    version       Print the version number of BarnOwl\n"
    126126     "\n");
    127  
     127
    128128  /* help for variables */
    129   owl_fmtext_append_bold(&fm, 
     129  owl_fmtext_append_bold(&fm,
    130130                         "Variables:\n");
    131131  varnames = owl_variable_dict_get_names(owl_global_get_vardict(&g));
Note: See TracChangeset for help on using the changeset viewer.