From b86e0c298d6881fe1a79ab4bb592aefb47147817 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 31 Aug 2000 02:38:10 +0000 Subject: 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. --- list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'list.h') 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 */ -- cgit v1.2.3