diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-09-08 09:50:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-09-08 09:50:08 +0000 |
commit | b85ddbe885e93db37c6f64a6c170c314861780e2 (patch) | |
tree | b093d842aa25ffaa82eca2008cb9d14becc7d95e /doc | |
parent | 0653c5b18bce4d9fc3c7cd2eddc84c2cd666247b (diff) | |
download | wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.tar.gz wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.tar.bz2 wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.zip |
Graham Bloice's patch to support inverse video rather than boldface
highlighting of the bytes, in the hex dump window, corresponding to a
selected field.
Also, make "remember_ptree_widget()" static, as it's not used outside
"gtk/proto_draw.c".
svn path=/trunk/; revision=2399
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ethereal.pod.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index b80400c985..be82ab2e8f 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -513,6 +513,8 @@ the rest of the list or tree without changing the selection until you press the space bar. If the selection bar has a "select" behavior, the arrow keys will move the selection bar and change the selection to the new item in the packet list or protocol tree. +The highlight method in the hex dump display for the selected protocol +item can be set to use either inverse video, or bold characters. =item Fonts |