1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

fset: fix description of function fset_buffer_check_line_outside_window

This commit is contained in:
Sébastien Helleu
2023-07-14 12:06:26 +02:00
parent eb71be4219
commit 6b9dd2add3
+1 -5
View File
@@ -1238,11 +1238,7 @@ fset_buffer_get_window_info (struct t_gui_window *window,
}
/*
* Checks if current line is outside window.
*
* Returns:
* 1: line is outside window
* 0: line is inside window
* Checks if current line is outside window and adjusts scroll if needed.
*/
void