Implement rough help popup
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 9 Mar 2016 22:15:22 +0000 (23:15 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 9 Mar 2016 22:15:22 +0000 (23:15 +0100)
commit960cb2c18e20efe428653f8832e488aac93a6603
tree5195e81bed0ca397e52df6e36e2e0584aeb9ee19
parentd52a42f3f58c509d66ea3ce1bfa22866cc86bb54
Implement rough help popup

A routine is added that searches a given text header in the man file,
and then displays the following text until the next header (after
skipping additional headers that come before any text) in a message
box. The text uses a simple fill and wrap to line length > 80, and
ignores all control characters, except empty lines. Both .B and .SS
directives are recognized as headers.
dialogs.c
gtk/xoptions.c