summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:15:33 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-22 01:15:33 +0100
commitb5c1e280cca0965eca0767534ee6514834b524e4 (patch)
treee063073bc38f87582119d5727de1b9c41cf1ded6 /src/actions.c
parent638b0ed001b595f1303239092ffddaa9c29078e0 (diff)
downloadratpoison-b5c1e280cca0965eca0767534ee6514834b524e4.zip
Temporarily mark sfrestore as broken
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions.c b/src/actions.c
index bcefe0b..606116c 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -5638,6 +5638,8 @@ cmd_sfrestore (int interactively UNUSED, struct cmdarg **args)
rp_screen *cur_screen;
int i;
+ return cmdret_new (RET_FAILURE, "FIXME: sfrestore is currently broken");
+
for (i = 0; i < s_count; i++)
buffer[i] = sbuf_new (0);