1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Fixed typos

This commit is contained in:
Sebastien Helleu
2006-08-19 00:46:13 +00:00
parent 3e53c517d0
commit ffd9a850c2
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -148,8 +148,8 @@ struct t_plugin_window_info
{
int win_x, win_y; /* position of window */
int win_width, win_height; /* window geometry */
int win_width_pct; /* % of width (compared to term size) */
int win_height_pct; /* % of height (compared to term size) */
int win_width_pct; /* % of width (compared to parent win) */
int win_height_pct; /* % of height (compared to parent win) */
int num_buffer; /* # of displayed buffer */
t_plugin_window_info *prev_window; /* link to previous window */
t_plugin_window_info *next_window; /* link to next window */