Skip to content
Snippets Groups Projects
  1. Nov 16, 2024
  2. Nov 15, 2024
  3. Nov 14, 2024
    • Rob Swindell's avatar
      Add a -l (loop) option to retry until failure · 6cc93d8c
      Rob Swindell authored
      Pretty remedial option parsing here, the order is significant
      6cc93d8c
    • Deucе's avatar
      Just overhaul this who chunk of code. · 2e47ac98
      Deucе authored
      2e47ac98
    • Deucе's avatar
      Mention the change · 4f158aa2
      Deucе authored
      4f158aa2
    • Deucе's avatar
      Fix bug reported by DigitalMan · 056304ed
      Deucе authored
      It looks like this has been a long-standing UIFC bug (pre-3.0)
      
      If a uifc list that can scroll is showing the bottom-most line,
      and an option that is not the last is deleted, and both *cur and
      *bar are left untouched, *bar would be adjusted to be too high,
      resulting in various highlight bar corruption issues.
      
      This commit just rewrites that logic to be comprehensible, and
      ensures that if bar is set such that the list would end before the
      bottom of the window, it gets moved up.  This makes delete do the
      right thing (didn't test with insert, that may do weird things).
      
      Also, since I figured out a good definition of what bar actually
      represtens, add a comment to that effect.
      056304ed
Loading