diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-13 23:40:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-13 23:40:49 +0000 |
| commit | 93d16f2ad924fe23087f8679444868cc75363d75 (patch) | |
| tree | 4a35d8671375a3b9e1f534ee8be20bfeed1b32ba /usr.bin | |
| parent | 553faec194a572f59b77bcccd1a85f5a2bac5e58 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/doscmd/tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index a76239e367a8e..be747b0a4041e 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -68,7 +68,7 @@ static int flags = 0; static int mode = -1; #define vmem ((u_short *)0xB8000) static int blink = 1; -int flipdelete = 1; /* Flip meaning of delete and backspace */ +int flipdelete = 0; /* Flip meaning of delete and backspace */ extern int capture_fd; static u_short break_code = 0x00; static u_short scan_code = 0x00; @@ -2137,6 +2137,7 @@ video_init() | ButtonReleaseMask | PointerMotionMask ); } + XStoreName(dpy, win, "DOS"); XMapWindow(dpy, win); XFlush(dpy); |
