summaryrefslogtreecommitdiff
path: root/pico/osdep/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/osdep/tty.c')
-rw-r--r--pico/osdep/tty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pico/osdep/tty.c b/pico/osdep/tty.c
index 3601d58e..c24a8a55 100644
--- a/pico/osdep/tty.c
+++ b/pico/osdep/tty.c
@@ -291,7 +291,8 @@ TERM term = {
mswin_eeol,
mswin_eeop,
mswin_beep,
- mswin_rev
+ mswin_rev,
+ NULL /* no standout glitch in Windows */
};
/*