diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivymon | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1222,7 +1222,7 @@ The B<Messages to send> area lets you manage a list of predefined messages ready The B<Search> area provides an interface for searching (non-regexp) pattern in messages window. It provides an entry field to enter new pattern, and control buttons. To highlight all matches, press the I<All> button. To make incremental search, press the I<Next> button, the I<Return>, I<Next> or I<Ctrl-s> keys to proceed forward, and press the I<Previous> button the I<Shift-Return>, I<Prior> or I<Ctrl-r> keys to proceed backward. -The last area contains statistics data and general control buttons. The I<Clear> button clears out the messages window. The I<Pause> one stops the printing of messages (and their storage by the way!). When you are in this mode, the messages text area becomes editable. You are able to insert free coloured text (particular tags for example), anywhere in the messages window. Then, you can restart monitoring by pressing the I<Start> button. At last, the I<Exit> button closes the application without asking confirmation. +The last area contains statistics data and general control buttons. The I<Clear> button clears out the messages window. The I<Pause> one stops the printing of messages (but messages are stored). When you are in this mode, the messages text area becomes editable. You are able to insert free coloured text (particular tags for example), anywhere in the messages window. Then, you can restart monitoring by pressing the I<Start> button. At last, the I<Exit> button closes the application without asking confirmation. =head2 ENTRIES HISTORY @@ -1267,6 +1267,4 @@ Daniel Etienne <etienne@cena.fr> =head1 ENHANCEMENT -In pause mode, messages are currently lost. They should be stored in buffer. - Ivymon should provides 'Save in file' and 'Load file' functions. |