1
1
mirror of https://github.com/tstack/lnav.git synced 2024-11-10 01:34:49 +03:00

[docs] mention out-of-time-order highlight

Fixes #1000
This commit is contained in:
Tim Stack 2022-08-21 18:47:44 -07:00
parent a2c35140ba
commit ebaeb43fcb

View File

@ -184,6 +184,15 @@ On color displays, the log messages will be highlighted as follows:
:config /ui/theme grayscale
.. note::
If a log message has a timestamp that is out-of-order with its neighboring
messages, the timestamp will be highlighted in yellow. When one of these
messages is at the top of the log view, an overlay will display the
difference between the "actual time" and the "received time". The "actual
time" is the original textual timestamp. The "received time" is the time
of an earlier message that is larger than this log message's time.
The breadcrumb bar will show the following crumbs:
* the timestamp for the top line;