aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-02-25 14:54:41 +0000
committersin <sin@2f30.org>2016-02-25 14:54:41 +0000
commite1c26079b109a8ef074362142636c970ccdc9465 (patch)
tree3c9c1b5bc61d22d189c0e150d2afbe4c46aeb127 /noice.c
parentde1e3394a6700781c49f93bec6745bd8caa74d3c (diff)
downloadnoice-e1c26079b109a8ef074362142636c970ccdc9465.tar.gz
Add command to toggle hide .dot files
Patch written by Richard Hyde and taken from https://github.com/RichardHyde/noice
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index d979460..b3a2852 100644
--- a/noice.c
+++ b/noice.c
@@ -57,6 +57,7 @@ enum action {
SEL_HOME,
SEL_END,
SEL_CD,
+ SEL_TOGGLEDOT,
SEL_MTIME,
SEL_REDRAW,
SEL_RUN,
@@ -706,6 +707,12 @@ nochange:
strlcpy(fltr, ifilter, sizeof(fltr))
DPRINTF_S(path);
goto begin;
+ case SEL_TOGGLEDOT:
+ if (strcmp(fltr, ifilter) != 0)
+ strlcpy(fltr, ifilter, sizeof(fltr));
+ else
+ strlcpy(fltr, ".", sizeof(fltr));
+ goto begin;
case SEL_MTIME:
mtimeorder = !mtimeorder;
/* Save current */
Un proyecto texto-plano.xyz