blob: 7223fa7272ebc886cf1ded7b956a79e52d7f2367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
layout: page
title: "Help: flushbuffer"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/flushbuffer.in
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
### Description ###
Forces an immediate flush of the buffers if the related settings are
enabled.
### Examples ###
/FLUSHBUFFER
/SET write_buffer_size
/SET write_buffer_timeout
### See also ###
[REDRAW](/documentation/help/redraw), [SCROLLBACK](/documentation/help/scrollback)
|