diff options
Diffstat (limited to 'usr/src/lib/libcurses/screen/newscreen.c')
-rw-r--r-- | usr/src/lib/libcurses/screen/newscreen.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/src/lib/libcurses/screen/newscreen.c b/usr/src/lib/libcurses/screen/newscreen.c index ea5ec923c0..129395a4b5 100644 --- a/usr/src/lib/libcurses/screen/newscreen.c +++ b/usr/src/lib/libcurses/screen/newscreen.c @@ -50,11 +50,13 @@ extern char _endwin; #endif /* _VR2_COMPAT_CODE */ /* 1200 is put at the 0th location since 0 is probably a mistake. */ -static long baud_convert[] = { - 1200, 50, 75, 110, 135, 150, 200, 300, 600, 1200, - 1800, 2400, 4800, 9600, 19200, 38400, 57600, 76800, - 115200, 153600, 230400, 307200, 460800, 921600 - }; +static long baud_convert[] = { + 1200, 50, 75, 110, 134, 150, 200, 300, 600, 1200, + 1800, 2400, 4800, 9600, 19200, 38400, 57600, 76800, + 115200, 153600, 230400, 307200, 460800, 921600, + 1000000, 1152000, 1500000, 2000000, 2500000, + 3000000, 3500000, 4000000 +}; static char isfilter = 0; static int _chk_trm(void); |