Skip to content
Snippets Groups Projects
Select Git revision
  • zig default
  • master
  • zig-threaded
  • openat
  • chdir
  • clear
  • compll
  • v1.18.1
  • v2.2.2
  • v1.18
  • v2.2.1
  • v2.2
  • v1.17
  • v2.1.2
  • v2.1.1
  • v2.1
  • v2.0.1
  • v2.0
  • v2.0-beta3
  • v2.0-beta2
  • v2.0-beta1
  • v1.16
  • v1.15.1
  • v1.15
  • v1.14.2
  • v1.14.1
  • v1.14
27 results

dirlist.c

  • Yorhel's avatar
    5db9c2ae
    Abstracted dir list handling from browser.c into dirlist.c · 5db9c2ae
    Yorhel authored
    This optimizes a few actions (though not all), and makes the code easier
    to understand and expand.
    
    The behaviour of the browser has changed a bit with regards to
    multi-page listings. Personally I don't like this change much, so I'd
    probably fix that later on.
    5db9c2ae
    History
    Abstracted dir list handling from browser.c into dirlist.c
    Yorhel authored
    This optimizes a few actions (though not all), and makes the code easier
    to understand and expand.
    
    The behaviour of the browser has changed a bit with regards to
    multi-page listings. Personally I don't like this change much, so I'd
    probably fix that later on.