]> git.pld-linux.org Git - packages/kernel.git/blame - 2.2.21-pre2_menuconfig_fix.patch
- obsolete
[packages/kernel.git] / 2.2.21-pre2_menuconfig_fix.patch
CommitLineData
9f5cda77
KT
1diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/scripts/lxdialog/checklist.c linux.21p2/scripts/lxdialog/checklist.c
2--- linux.vanilla/scripts/lxdialog/checklist.c Sat Dec 29 16:57:25 2001
3+++ linux.21p2/scripts/lxdialog/checklist.c Tue Jan 1 21:23:32 2002
4@@ -108,8 +108,8 @@
5 print_button (dialog, "Select", y, x, selected == 0);
6 print_button (dialog, " Help ", y, x + 14, selected == 1);
7
8- /* wmove(dialog, y, x+1 + 14*selected);
9- wrefresh (dialog);*/
10+ /* wmove(dialog, y, x+1 + 14*selected);*/
11+ wrefresh (dialog);
12 }
13
14 /*
This page took 0.097216 seconds and 4 git commands to generate.