Changeset 2f3f542 in freewrt
- Timestamp:
- Nov 6, 2006, 9:35:15 PM (19 years ago)
- Children:
- d0796d0
- Parents:
- 08c9a24
- Location:
- package/config
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
inputbox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/config/Makefile
r08c9a24 r2f3f542 99 99 100 100 ncurses: 101 @echo " main() {}" > lxtemp.c101 @echo "int main(void) { return -1; }" > lxtemp.c 102 102 @if $(HOSTCC) $(HOSTCFLAGS) lxtemp.c $(LIBS) ; then \ 103 103 rm -f lxtemp.c a.out; \ -
package/config/inputbox.c
r08c9a24 r2f3f542 49 49 int i, x, y, box_y, box_x, box_width; 50 50 int input_x = 0, scroll = 0, key = 0, button = -1; 51 unsigned char *instr =dialog_input_result;51 char *instr = (char*)dialog_input_result; 52 52 WINDOW *dialog; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
