The history items are listed on screen with numbers starting from 1, but they are counted from 0 when selected from keyboard. For this reason, if some number key "N" is pressed, the item shown as "N+1" is selected. (See issue: #155 )
This pull request fixes the issue, respecting the 1-based index shown on screen.
Hi!
The history items are listed on screen with numbers starting from 1, but they are counted from 0 when selected from keyboard. For this reason, if some number key "N" is pressed, the item shown as "N+1" is selected. (See issue: #155 )
This pull request fixes the issue, respecting the 1-based index shown on screen.
Cheers!