# # Enable Sanitizers
# env["CFLAGS"] += ["-g", "-fsanitize=undefined,address"]
# env["LDFLAGS"] += ["-g", "-fsanitize=undefined,address"]
-#
+
# # Enable Coverage
# env["CFLAGS"] += ["-g", "-O0", "--coverage"]
# env["LDFLAGS"] += ["-g", "-O0", "--coverage"]
static char* FetchCmd[] = { "fetch", 0, 0 };
/* Default tag region text in editor windows */
-static char* TagString = "Del Put Get | Font Tabs Eol | x+ w+ !st | Find ";
+static char* TagString = "Del Put Get | Font Tabs Eol | x+ w+ !st !term | Find ";
/* List of font patterns available to the editor */
static char* Fonts[2] = {
/* write the data and read back to discard the echoed chars */
writefd(Pty_Fd, str, slen);
- tcflush(Pty_Fd, TCOFLUSH);
(void)readfd(Pty_Fd, str, slen+1);
free(str);