From WikiChip
Difference between revisions of "mirc/commands/fupdate"
< mirc‎ | commands

(Synopsis)
(create content for new identifier)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{mirc title|/fupdate Command}}
 
{{mirc title|/fupdate Command}}
The '''/fupdate command''' allows you to set the maximum of lines that should be buffered before being displayed into a window
+
The '''/fupdate''' command's setting is the maximum display update delay. So if you specify 100, it will update the display less frequently than 10. That said, with the latest algorithm, even if you specify 100, it may not reach that since it is adjusting automatically to the maximum value that makes a significant difference.
 +
 
 +
Higher numbers can reduce delay while a large number of text lines scroll down the window, but may also cause the screen display to update in unexpected ways. Users will need to benchmark different N values until they find one that works for them.
 +
 
 +
If used with no parameter, it displays the current setting.
  
 
== Synopsis ==
 
== Synopsis ==
Line 9: Line 13:
  
 
== Parameters ==
 
== Parameters ==
* '''N''' - The number of lines to be buffered before getting displayed.
+
* '''N''' - The algorithm setting, where 0 is disabled, or is on a scale from minimum 1 to maximum 100.
  
 
== Example ==
 
== Example ==
None
+
<source lang=mirc>
 +
Display current setting: /fupdate
 +
Set to 10 within range 1-100: /fupdate 10
 +
Disable fupdate feature: /fupdate 0</source>
 +
 
 +
'''Note:''' The /fupdate setting always reverts to default 0 each time mIRC restarts, so it must be reset each time using an ON START or perform-on-connect command
  
 
== Compatibility ==
 
== Compatibility ==
Pending, beta stage.
+
{{mIRC compatibility|7.52}}
 
 
 
== See also ==
 
== See also ==
 
+
* {{mIRC|$fupdate}}
 
 
[[Category:mIRC commands|fupdate command - mIRC]]
 

Latest revision as of 04:37, 4 August 2022

The /fupdate command's setting is the maximum display update delay. So if you specify 100, it will update the display less frequently than 10. That said, with the latest algorithm, even if you specify 100, it may not reach that since it is adjusting automatically to the maximum value that makes a significant difference.

Higher numbers can reduce delay while a large number of text lines scroll down the window, but may also cause the screen display to update in unexpected ways. Users will need to benchmark different N values until they find one that works for them.

If used with no parameter, it displays the current setting.

Synopsis[edit]

/fupdate [N]

Switches[edit]

None

Parameters[edit]

  • N - The algorithm setting, where 0 is disabled, or is on a scale from minimum 1 to maximum 100.

Example[edit]

Display current setting: /fupdate
Set to 10 within range 1-100: /fupdate 10
Disable fupdate feature: /fupdate 0

Note: The /fupdate setting always reverts to default 0 each time mIRC restarts, so it must be reset each time using an ON START or perform-on-connect command

Compatibility[edit]

Added: mIRC v7.52
Added on: 28 Feb 2018
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.

See also[edit]