aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 09:35:10 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 09:35:10 +0200
commitf700440f9ca9be7dd6e5615b3a84c1c9e1ca18c2 (patch)
tree6941e2d48c3b2c5f3c2a2f9b0c730a6d75d0b199 /README.txt
parentfc339fa3cb9c03fdebd300f7018b23931a3eb7bd (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.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 37a21dd..1256f70 100644
--- a/README.txt
+++ b/README.txt
@@ -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.