mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Removed out of date comments
This commit is contained in:
parent
052d7527b6
commit
8a110a4366
@ -20,24 +20,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Non blocking input char handling
|
|
||||||
*
|
|
||||||
* *size - holds the current size of input
|
|
||||||
* *input - holds the current input string, NOT null terminated at this point
|
|
||||||
* *ch - getch will put a charater here if there was any input
|
|
||||||
*
|
|
||||||
* The example below shows the values of size, input, a call to wgetyx to
|
|
||||||
* find the current cursor location, and the index of the input string.
|
|
||||||
*
|
|
||||||
* view : |mple|
|
|
||||||
* input : "example te"
|
|
||||||
* index : "0123456789"
|
|
||||||
* inp_x : "0123456789"
|
|
||||||
* size : 10
|
|
||||||
* pad_start : 3
|
|
||||||
* cols : 4
|
|
||||||
*/
|
|
||||||
#define _XOPEN_SOURCE_EXTENDED
|
#define _XOPEN_SOURCE_EXTENDED
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user