mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
94501ffbfb
may either run a program or simply write something on standard out. It is inspired by, and is similar in function to, 9menu and ratmenu but is muchly improved. It includes: User settings in X resources, long and short option names (using getopts), scrollable menus (if they do not fit on screen), both mouse and keyboard support, exiting on unfocus, and a decent manpage. WWW: http://www.update.uu.se/~zrajm/programs/
11 lines
314 B
C
11 lines
314 B
C
--- ./ratmen.c.orig 2007-10-25 09:13:39.000000000 -0300
|
|
+++ ./ratmen.c 2008-02-20 17:08:21.000000000 -0300
|
|
@@ -128,7 +128,6 @@
|
|
|
|
|
|
/* function prototypes */
|
|
-int strcasecmp(char*, char*); /* string comparison */
|
|
void ask_wm_for_delete(void);
|
|
void reap(int);
|
|
void redraw_snazzy(int, int, int);
|