fix wrong word
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2016 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
c59979f067
Коммит
7975408f66
@ -108,7 +108,7 @@ void unget_kbinput(int kbinput, bool meta_key, bool func_key)
|
|||||||
{
|
{
|
||||||
/* If this character is outside the ASCII range and func_key is
|
/* If this character is outside the ASCII range and func_key is
|
||||||
* FALSE, treat it as a wide character and put back its equivalent
|
* FALSE, treat it as a wide character and put back its equivalent
|
||||||
* multibyte sequence. */
|
* UTF-8 sequence. */
|
||||||
if (kbinput > 255 && !func_key)
|
if (kbinput > 255 && !func_key)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user