Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: nitram on February 04, 2016, 03:03:12 AM

Title: sce-update -c unable to select last item to proceed...
Post by: nitram on February 04, 2016, 03:03:12 AM
Maybe continuation of this topic, please merge if applicable: http://forum.tinycorelinux.net/index.php/topic,19551.msg120959.html?PHPSESSID=KSxzvgPt71SjziUaMwHdH2#msg120959

Still issues with 'select' feature with lists (eg. sce-update, sce-remove). Unable to select last item and press Enter to proceed. Enter just creates new line, need to Ctrl-C to exit but can't therefore check for updates or continue with removal. Pressing Enter when there are two items left on the list works okay, just not when attempting to select last item.

Code: [Select]
Choose SCE(s) to update check, and press Enter with no selection with to proceed.

         1. xorg-intel

Enter selection ( 1 - 1 ) or just Enter to proceed: 1


1
1
1
1
1
1
^C
tc@box:~$


Code: [Select]
Choose the sce(s) you want to remove on shutdown, press Enter with no selection to exit menu.

         1. xorg-intel

Enter selection ( 1 - 1 ) or just Enter to proceed: 1
1
1
1
^C
tc@box:~$
Title: Re: sce-update -c unable to select last item to proceed...
Post by: Jason W on February 04, 2016, 03:09:57 AM
Ok, will look into it.
Title: Re: sce-update -c unable to select last item to proceed...
Post by: Jason W on February 04, 2016, 02:50:46 PM
I fixed an infinite loop bug after selecting the last item on the select menu for sce-remove and sce-update.  Should be fixed in the new RC.
Title: Re: sce-update -c unable to select last item to proceed...
Post by: nitram on February 04, 2016, 03:30:45 PM
Updated and re-tested, appears fixed, thanks.