- Timestamp:
- Sep 26, 2006, 12:41:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/common/newt-specific.c
r808 r837 13 13 #define MAX_NEWT_COMMENT_LEN 200 14 14 15 #include <stdio.h> 15 16 #include <unistd.h> 16 17 #include <math.h> … … 234 235 235 236 /** 236 * Kill any process containing the string @p str surrounded by spaces in its commandline. 237 * Kill any process containing the string @p str 238 * surrounded by spaces in its commandline. 237 239 */ 238 240 void kill_anything_like_this(char *str) { … … 719 721 newtEntry(2, newtTextboxGetNumLines(text) + 2, 720 722 output, 50, 721 entry_value, NEWT_FLAG_RETURNEXIT723 (void *)entry_value, NEWT_FLAG_RETURNEXIT 722 724 ); 723 725 b_1 = newtButton(6, newtTextboxGetNumLines(text) + 4, _(" OK "));
Note:
See TracChangeset
for help on using the changeset viewer.