summaryrefslogtreecommitdiff
path: root/pico/estruct.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-28 21:10:13 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-28 21:10:13 -0600
commitc8812ee61f137936edfff613f8c475e69326e6a7 (patch)
treeb39c5b611987cf3be7227c689074d88fd180a100 /pico/estruct.h
parent3e9f5e0b67a6b74bd5771e92079639a9ff02f194 (diff)
downloadalpine-c8812ee61f137936edfff613f8c475e69326e6a7.tar.xz
* Fix of the list of files in the browser for terminals that need to erase
inverse video to stop inverse video. W=Work in collaboration with professor Martin Trusler.
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 */