summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-31 02:38:10 +0000
committersabetts <sabetts>2000-08-31 02:38:10 +0000
commitb86e0c298d6881fe1a79ab4bb592aefb47147817 (patch)
tree82154a33d2be3b801c7ae9d4443fc5480ef9a6f0 /list.h
parent51b0db69e403175301fc381dbad55357c1ca4622 (diff)
downloadratpoison-b86e0c298d6881fe1a79ab4bb592aefb47147817.zip
Added an input_window to allow the user to type data. This is used to
jump to a window by name. Added functionality to jump to a window by name.
Diffstat (limited to 'list.h')
-rw-r--r--list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/list.h b/list.h
index cc68e73..170c2e2 100644
--- a/list.h
+++ b/list.h
@@ -31,4 +31,5 @@ void maximize_current_window ();
void set_active_window (rp_window *rp_w);
void set_current_window (rp_window *win);
void goto_window_number (int n);
+void goto_window_name (char *name);
#endif /* _LIST_H */