diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 11:54:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 11:54:52 +0200 |
commit | 765297c038ec20668210eea69aa327e7aad60a34 (patch) | |
tree | 88af7e49adf45a9b864b0f598dc6df453be17081 /doc | |
parent | 94b9104d14c1aee0e95ce1f9a69f7da01bf5e0d6 (diff) | |
parent | 27882ee74e7f77e143ae0df2656ae3b845aff5cd (diff) | |
download | weechat-765297c038ec20668210eea69aa327e7aad60a34.zip |
Merge branch 'scroll-beyond-end'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 39c4a0648..b7f42f7d1 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -784,7 +784,6 @@ 'scrolling' (integer) + 'start_col' (integer) + 'lines_after' (integer) + - 'reset_allowed' (integer) + 'prev_scroll' (pointer, hdata: "window_scroll") + 'next_scroll' (pointer, hdata: "window_scroll") | | diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 60fafc2cc..6ecf890b6 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -784,7 +784,6 @@ 'scrolling' (integer) + 'start_col' (integer) + 'lines_after' (integer) + - 'reset_allowed' (integer) + 'prev_scroll' (pointer, hdata: "window_scroll") + 'next_scroll' (pointer, hdata: "window_scroll") | | diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index d41ea5d63..2485567b3 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -784,7 +784,6 @@ 'scrolling' (integer) + 'start_col' (integer) + 'lines_after' (integer) + - 'reset_allowed' (integer) + 'prev_scroll' (pointer, hdata: "window_scroll") + 'next_scroll' (pointer, hdata: "window_scroll") | | diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index fb7da3bed..31bc627ea 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -784,7 +784,6 @@ 'scrolling' (integer) + 'start_col' (integer) + 'lines_after' (integer) + - 'reset_allowed' (integer) + 'prev_scroll' (pointer, hdata: "window_scroll") + 'next_scroll' (pointer, hdata: "window_scroll") | | diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index fc4c2bc84..3e984b9e1 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -784,7 +784,6 @@ 'scrolling' (integer) + 'start_col' (integer) + 'lines_after' (integer) + - 'reset_allowed' (integer) + 'prev_scroll' (pointer, hdata: "window_scroll") + 'next_scroll' (pointer, hdata: "window_scroll") | | |