/[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.55 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.56 by sysadm, Wed Jan 21 07:54:50 2026 UTC
# Line 409  int lml_render(const char *str_in, char Line 409  int lml_render(const char *str_in, char
409                          CHECK_AND_APPEND_OUTPUT(str_out, buf_len, j, tab_spaces, tab_width, line_width);                          CHECK_AND_APPEND_OUTPUT(str_out, buf_len, j, tab_spaces, tab_width, line_width);
410                          continue;                          continue;
411                  }                  }
412                    else if (!quote_mode && str_in[i] == '\033')
413                    {
414                            continue; // Skip control characters while not in quote mode
415                    }
416    
417                  if (!lml_tag_disabled && str_in[i] == '[')                  if (!lml_tag_disabled && str_in[i] == '[')
418                  {                  {


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

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