diff options
author | etienne | 2001-11-28 15:50:49 +0000 |
---|---|---|
committer | etienne | 2001-11-28 15:50:49 +0000 |
commit | e3d04dbf2065f9a8dc6444cd0f278300d9c38686 (patch) | |
tree | 1c0d2367cca1ebb74e4f518da017e7a5186b0f49 /src | |
parent | 60423f7b8096f3abb75ea60276814dc5725c843a (diff) | |
download | ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.zip ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.gz ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.bz2 ivymon-e3d04dbf2065f9a8dc6444cd0f278300d9c38686.tar.xz |
*** empty log message ***
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivymon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1651,7 +1651,7 @@ The B<Bindings> area is used to manage regular expressions to subscribe to ivy m The B<Messages to send> area is used to manage a list of predefined messages ready to be sent. It provides an input field to enter new message or edit existing one, and a listbox which contains an alphabetical list of available messages. When you validate an input (by pressing the I<Return> key), the new message is added to the listbox and sent on ivy bus. To send predefined messages, simply I<double-click> on corresponding item in the listbox. Default messages match Rejeu messages V2.20. This field provides completion and history functionalities. -The B<Search> area provides an interface for searching (non-regexp) pattern in messages window. It provides an input 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 or the I<Return> key to proceed forward, and press the I<Previous> button or the I<Shift-Return> key to proceed backward. This field provides an history functionality. +The B<Search> area provides an interface for searching pattern in messages window. It provides an input 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 or the I<Return> key to proceed forward, and press the I<Previous> button or the I<Shift-Return> key to proceed backward. This field provides an history functionality. The B<Control> panel contains some general control buttons. Set ou unset balloon help functionality with the I<Balloon help> checkbutton. Stop the messages scrolling with the I<Scroll lock> button. You must do it if you want to insert a marker in the messages window. Restart scrolling with the I<Scroll> button. To access markers sequentially, press the I<Jump> button. At last, the I<Exit> button closes the application without asking confirmation. |