Fupdate » History » Version 5
Per Amundsen, 02/16/2023 12:40 PM
1 | 1 | Per Amundsen | _Added in 3.1_ |
---|---|---|---|
2 | |||
3 | */fupdate <N>* |
||
4 | |||
5 | 2 | Per Amundsen | Sets the "refresh rate" of the [[TextArea Control|Text Area]]. |
6 | 1 | Per Amundsen | |
7 | When N is set to a number larger than 0, AdiIRC will try to detect burst of messages added and then try to redraw the textarea less often which increases the speed of adding lines. |
||
8 | |||
9 | 4 | Per Amundsen | Larger <N> value makes it faster, since every system is different try experimenting with different values in the range of 10-100. |
10 | 1 | Per Amundsen | |
11 | 3 | Per Amundsen | _See also [[$fupdate]]._ |
12 | |||
13 | 1 | Per Amundsen | *Parameters* |
14 | |||
15 | 5 | Per Amundsen | table(ktable). |
16 | |*Parameter*|*Description*| |
||
17 | | <N> | If N = 0, disables the refresh rate system, otherwise AdiIRC tries to redraw every N milliseconds as long as the bursts is happening. | |