diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 09:35:10 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 09:35:10 +0200 |
| commit | f700440f9ca9be7dd6e5615b3a84c1c9e1ca18c2 (patch) | |
| tree | 6941e2d48c3b2c5f3c2a2f9b0c730a6d75d0b199 /README.txt | |
| parent | fc339fa3cb9c03fdebd300f7018b23931a3eb7bd (diff) | |
dfm: also wake on winch
This adds responsive resize whilst still allowing dfm to do nothing at idle.
Nifty.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -371,10 +371,6 @@ See the config_key.h.in and config_cmd.h.in files for more information. DESIGN CONSIDERATIONS ________________________________________________________________________________ -* I wanted DFM to do absolutely nothing when idle so SIGWINCH (resize handling) - will not automatically perform a size adjustment and redraw until the next - keypress. - * I employed many tricks in order to keep memory usage low whilst still allowing for fast operations and relatively large directory trees. |