mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Doxygen: minor changes in src/terminal/itrm.h
This commit is contained in:
parent
870df797cf
commit
cc813e8541
@ -8,8 +8,8 @@
|
|||||||
* longer than ITRM_IN_QUEUE_SIZE bytes. So it should be defined
|
* longer than ITRM_IN_QUEUE_SIZE bytes. So it should be defined
|
||||||
* as greater than the length of any control sequence that ELinks
|
* as greater than the length of any control sequence that ELinks
|
||||||
* is expected to receive. These are the longest so far:
|
* is expected to receive. These are the longest so far:
|
||||||
* VT420: "\E[?64;1;2;6;7;8;9;15;18;19;21c"
|
* - VT420: "\E[?64;1;2;6;7;8;9;15;18;19;21c"
|
||||||
* VT510: "\E[?64;1;2;7;8;9;12;15;18;21;23;24;42;44;45;46c" */
|
* - VT510: "\E[?64;1;2;7;8;9;12;15;18;21;23;24;42;44;45;46c" */
|
||||||
#define ITRM_IN_QUEUE_SIZE 64
|
#define ITRM_IN_QUEUE_SIZE 64
|
||||||
|
|
||||||
struct itrm_queue {
|
struct itrm_queue {
|
||||||
@ -59,7 +59,7 @@ struct itrm_in {
|
|||||||
struct itrm_queue queue;
|
struct itrm_queue queue;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Things going out from an itrm, whether to the terminal or to the
|
/** Things going out from an itrm, whether to the terminal or to the
|
||||||
* master. */
|
* master. */
|
||||||
struct itrm_out {
|
struct itrm_out {
|
||||||
/** A file descriptor for the standard output. In some ports,
|
/** A file descriptor for the standard output. In some ports,
|
||||||
|
Loading…
Reference in New Issue
Block a user