mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2135 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
5b3dd0f423
commit
12642edfc9
@ -1309,7 +1309,8 @@ int get_untranslated_kbinput(int kbinput, size_t position, bool
|
||||
* the first digit), increment the ASCII digit counter and
|
||||
* interpret the digit. If the digit sequence's range is not
|
||||
* limited to 2XX, fall through. */
|
||||
if (position == ascii_digits && kbinput >= '0' && kbinput <= '9') {
|
||||
if (position == ascii_digits && kbinput >= '0' && kbinput <=
|
||||
'9') {
|
||||
if (kbinput <= '2' || ascii_digits > 0) {
|
||||
ascii_digits++;
|
||||
kbinput = get_ascii_kbinput(kbinput, ascii_digits
|
||||
|
Loading…
Reference in New Issue
Block a user