summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/estruct.h')
-rw-r--r--pico/estruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index 82adbdd7..95152b6a 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -310,6 +310,7 @@ typedef struct {
int (*t_eeop)(void); /* Erase to end of page. */
int (*t_beep)(void); /* Beep. */
int (*t_rev)(int); /* set reverse video state */
+ int (*t_eri)(void); /* erase reverse inverse */
} TERM;
/* structure for the table of initial key bindings */