git-svn-id: https://svn.eduke32.com/eduke32@880 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-07-21 03:24:06 +00:00
parent 4a69a33e36
commit c3cc992d65

View file

@ -782,6 +782,7 @@ int OSD_HandleChar(char ch)
} }
else if (ch == 3) // control c else if (ch == 3) // control c
{ {
osdeditbuf[osdeditlen] = 0;
OSD_Printf("%s\n",osdeditbuf); OSD_Printf("%s\n",osdeditbuf);
osdeditlen=0; osdeditlen=0;
osdeditcursor=0; osdeditcursor=0;