1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Formatting comment

This commit is contained in:
James Booth 2012-07-07 21:24:39 +01:00
parent 7cfbf1cdc9
commit 5e490fb1fe

View File

@ -99,7 +99,7 @@ void inp_get_char(int *ch, char *input, int *size)
int i;
// echo off, and get some more input
// echo off, and get some more input
noecho();
*ch = wgetch(inp_win);