summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
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);