- Timestamp:
- Jan 12, 2013, 1:43:13 PM (12 years ago)
- Children:
- e3a0d71, 4485285
- Parents:
- 4626016
- git-author:
- Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
- git-committer:
- Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
help.c
rd6b8b50 r7869e48 11 11 owl_fmtext_init_null(&fm); 12 12 owl_fmtext_append_bold 13 (&fm, 13 (&fm, 14 14 "OWL HELP\n\n"); 15 15 16 16 owl_fmtext_append_normal 17 (&fm, 17 (&fm, 18 18 " If you're new to BarnOwl, the first thing you should type is\n\n" 19 19 " :show quickstart\n\n" … … 24 24 25 25 owl_fmtext_append_bold 26 (&fm, 26 (&fm, 27 27 " Basic Keys:\n" 28 28 ); 29 29 owl_fmtext_append_normal 30 (&fm, 30 (&fm, 31 31 " n Move to next non-deleted message\n" 32 32 " p Move to previous non-deleted message\n" … … 78 78 ); 79 79 owl_fmtext_append_bold 80 (&fm, 80 (&fm, 81 81 " Basic Commands:\n" 82 82 ); 83 83 owl_fmtext_append_normal 84 (&fm, 84 (&fm, 85 85 " quit, exit Exit BarnOwl\n" 86 86 " help Get help about commands\n" … … 125 125 " version Print the version number of BarnOwl\n" 126 126 "\n"); 127 127 128 128 /* help for variables */ 129 owl_fmtext_append_bold(&fm, 129 owl_fmtext_append_bold(&fm, 130 130 "Variables:\n"); 131 131 varnames = owl_variable_dict_get_names(owl_global_get_vardict(&g));
Note: See TracChangeset
for help on using the changeset viewer.