diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-18 10:44:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-18 10:44:30 +0200 |
commit | 806aeb3c07dafdc92a2028d3600d2a0f2a298ef0 (patch) | |
tree | e70eef49cfb9da3cd74727da3e43e29da78ae3ff /MANUAL | |
parent | f1ccf3712859336561b9f7aeb7162dc97a5088cd (diff) | |
download | vdr-806aeb3c07dafdc92a2028d3600d2a0f2a298ef0.tar.gz vdr-806aeb3c07dafdc92a2028d3600d2a0f2a298ef0.tar.bz2 |
Implemented wrapping around in menu lists
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -501,6 +501,13 @@ Version 1.2 will be at the top (bottom) of that page (this mode allows for faster scrolling through long lists). + Scroll wraps = no no = when the end (beginning) of a list is reached while + moving the cursor through it, the cursor stays at the + last (first) line of the list + yes = the cursor "wraps around" and moves from the last + (first) line of the list directly to the first (last) + one. + Sort timers = yes Turns sorting the timers in the "Timers" menu on/off. Timers are sorted by ascending start times, with the first one being the next timer that will start. |