Commit aec26e4
committed
WinGUI now uses "threadless" beep handling. See commit c9c5f83.
The beep handling in WinGUI is now quite similar to that in
the x11new port (compare the PDC_beep() functions in each). The
code to actually omit the beep is entirely different, of course.
This also fixes an overlooked bug in WinGUI : call napms() with a
long time span, and text will not blink during the nap. Other
ports handle this by breaking long naps into a series of short
ones, calling PDC_check_for_blinking() in between.1 parent daf559a commit aec26e4
1 file changed
Lines changed: 15 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
23 | 16 | | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
25 | 20 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
33 | 25 | | |
34 | 26 | | |
| 27 | + | |
| 28 | + | |
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
| |||
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
| 40 | + | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
59 | 54 | | |
60 | 55 | | |
61 | 56 | | |
| 57 | + | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
| |||
0 commit comments