WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sce-update -c unable to select last item to proceed...  (Read 1763 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
sce-update -c unable to select last item to proceed...
« 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:~$

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-update -c unable to select last item to proceed...
« Reply #1 on: February 04, 2016, 03:09:57 AM »
Ok, will look into it.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-update -c unable to select last item to proceed...
« Reply #2 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.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: sce-update -c unable to select last item to proceed...
« Reply #3 on: February 04, 2016, 03:30:45 PM »
Updated and re-tested, appears fixed, thanks.