nnn/src
NRK fb5b2e5e64 icons-hash: fix bitwise rotation
in case the rotation is 0, `v >> (32 - r)` would end up doing a 32 right
shift which is equal to the width of `v` and thus undefined behavior.

ref: https://blog.regehr.org/archives/1063
2023-01-03 02:20:21 +06:00
..
.clang-tidy Improve archive creation handling 2022-12-12 02:43:23 +05:30
dbg.h Update copyright date 2022-01-22 16:02:51 +05:30
icons-hash.c icons-hash: fix bitwise rotation 2023-01-03 02:20:21 +06:00
icons-in-terminal.h Add nerdfont defs file and normalize vars (#722) 2020-09-14 22:09:52 +05:30
icons.h add ksh, ttf and otf icons 2022-10-26 15:08:27 +06:00
nnn.c Remove unnecessary parameter from `archive_selection()` 2022-12-12 16:13:35 +01:00
nnn.h Key 'J' to jump to entry number or relative offset 2022-07-31 18:54:47 +05:30
qsort.h Add support for Alexey Tourbin's QSORT code (#708) 2020-08-21 08:15:45 +05:30