1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
After compiling and executing this code, I do not see any flashing text, just output a string. Do you have the same thing? I'm writing on armv7
Ncurses does not display text that should be flashing
After compiling and executing this code, I do not see any flashing text, just output a string. Do you have the same thing? I'm writing on armv7
Guest
#5069009
Does your terminal emulator support blinking? Svenska wrote: > Does your terminal emulator support blinking? I dont know. I'm using this https://4pda.ru/forum/index.php?showtopic=164972
Guest
#5069572
Your text blinks on my computer (Linux, xterm), so the code works. Don't blame ncurses if your terminal is stupid. :-)
Guest
#5069597
Only a few terminal emulators support blinking (some may just highlight it by other means); part of the reason is that it's very obnoxious. For remotely portable blinking you will need to periodically redraw the text. Jemand wrote: > Only a few terminal emulators support blinking (some may just highlight > it by other means); part of the reason is that it's very obnoxious. For > remotely portable blinking you will need to periodically redraw the > text. This is a very necessary function, I already put arm xterm and now everything works. For the sake of such beauty you can and suffer. ReplyPlease log in before posting. |