1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-17 15:57:32 +03:00

[docs] add some links to the Sessions section

This commit is contained in:
Timothy Stack 2021-03-30 14:30:57 -07:00
parent ef916a3fca
commit f4c5f42e87
3 changed files with 9 additions and 3 deletions

View File

@ -219,7 +219,7 @@ Session
* - Keypress
- Command
* - :kbd:`Ctrl` + :kbd:`R`
- Reset current session.
- Reset the current :ref:`session<sessions>` state.
Query Prompts
-------------

View File

@ -1,4 +1,6 @@
.. _sessions:
Sessions
========
@ -8,8 +10,10 @@ The information currently stored is:
* Position within the files being viewed.
* Active searches for each view.
* Any active log filters or highlights.
* Hidden files.
* :ref:`Log filters<filtering>`.
* :ref:`Highlights<highlight>`.
* :ref:`Hidden files<hide_file>`.
* :ref:`Hidden fields<hide_fields>`.
Bookmarks and log-time adjustments are stored separately on a per-file basis.
Note that the bookmarks are associated with files based on the content of the

View File

@ -55,6 +55,7 @@ if test x"${OS}" != x"FreeBSD"; then
PATH="${FAKE_ROOT}/bin:${PATH}"
else
../lnav/configure \
--enable-static \
--with-libarchive=${FAKE_ROOT} \
LDFLAGS="-L${FAKE_ROOT}/lib" \
CPPFLAGS="-I${FAKE_ROOT}/include -O2" \
@ -63,6 +64,7 @@ if test x"${OS}" != x"FreeBSD"; then
fi
else
../lnav/configure \
--enable-static \
LDFLAGS="-L${FAKE_ROOT}/lib -static" \
LIBS="-lm -lelf" \
CPPFLAGS="-I${FAKE_ROOT}/include -O2" \