/[LeafOK_CVS]/lbbs/src/lml.c
ViewVC logotype

Diff of /lbbs/src/lml.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.28 by sysadm, Fri Oct 24 07:45:06 2025 UTC Revision 1.29 by sysadm, Fri Oct 24 07:59:45 2025 UTC
# Line 118  typedef struct lml_tag_def_t Line 118  typedef struct lml_tag_def_t
118  const LML_TAG_DEF lml_tag_def[] = {  const LML_TAG_DEF lml_tag_def[] = {
119          // Definition of tuple: {lml_tag, lml_output, default_param, quote_mode_output, lml_filter_cb}          // Definition of tuple: {lml_tag, lml_output, default_param, quote_mode_output, lml_filter_cb}
120          {"plain", NULL, NULL, NULL, lml_tag_disable_filter},          {"plain", NULL, NULL, NULL, lml_tag_disable_filter},
121          {"nolml", "", NULL, "", NULL},          {"nolml", "", NULL, "", NULL}, // deprecated
122          {"lml", "", NULL, "", NULL},          {"lml", "", NULL, "", NULL}, // deprecated
123            {"align", "", "", "", NULL}, // N/A
124            {"/align", "", "", "", NULL}, // N/A
125            {"size", "", "", "", NULL}, // N/A
126            {"/size", "", "", "", NULL}, // N/A
127          {"left", "[", "", "[left]", NULL},          {"left", "[", "", "[left]", NULL},
128          {"right", "]", "", "[right]", NULL},          {"right", "]", "", "[right]", NULL},
129          {"bold", "\033[1m", "", "", NULL}, // does not work in Fterm          {"bold", "\033[1m", "", "", NULL}, // does not work in Fterm


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1