[PATCH] Fix answer to CSI "report size of text area" escape sequence

2015-05-25 Thread Vincent Bernat
The final "t" was missing. It is needed to indicate the end of the answer sequence. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index dc0616950ca8..ba950a68ed83 100644 --- a/input.c +++ b/input.c @@ -1523,7 +1523,7 @@ input_csi_dispatch_winops(

[PATCH] Fix answer to CSI "report size of text area" escape sequence

2014-08-04 Thread Vincent Bernat
The final "t" was missing. It is needed to indicate the end of the answer sequence. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index dc0616950ca8..ba950a68ed83 100644 --- a/input.c +++ b/input.c @@ -1523,7 +1523,7 @@ input_csi_dispatch_winops(