mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Fix a couple of comments.
This commit is contained in:
parent
26aa0689a5
commit
b4b3d9c936
4
input.c
4
input.c
@ -555,7 +555,7 @@ const struct input_transition input_state_dcs_escape_table[] = {
|
|||||||
{ -1, -1, NULL, NULL }
|
{ -1, -1, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
/* device_ignore state table. */
|
/* dcs_ignore state table. */
|
||||||
const struct input_transition input_state_dcs_ignore_table[] = {
|
const struct input_transition input_state_dcs_ignore_table[] = {
|
||||||
INPUT_STATE_ANYWHERE,
|
INPUT_STATE_ANYWHERE,
|
||||||
|
|
||||||
@ -791,7 +791,7 @@ input_split(struct input_ctx *ictx)
|
|||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get an argument or return default value..*/
|
/* Get an argument or return default value. */
|
||||||
int
|
int
|
||||||
input_get(struct input_ctx *ictx, u_int validx, int minval, int defval)
|
input_get(struct input_ctx *ictx, u_int validx, int minval, int defval)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user