[vte] Bug 615467 - [PATCH] VTE does not handle CSI%dr properly
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Bug 615467 - [PATCH] VTE does not handle CSI%dr properly
- Date: Mon, 12 Apr 2010 15:44:13 +0000 (UTC)
commit f82251e5138a3515c3bd17e4af5769ee2c7c3d96
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Apr 12 11:23:42 2010 -0400
Bug 615467 - [PATCH] VTE does not handle CSI%dr properly
src/caps.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/caps.c b/src/caps.c
index a63e2c3..c7217e0 100644
--- a/src/caps.c
+++ b/src/caps.c
@@ -500,6 +500,7 @@ struct _vte_capability_string _vte_xterm_capability_strings[] = {
{CSI "r", "set-scrolling-region", 0},
{CSI ";r", "set-scrolling-region", 0},
{CSI ";%dr", "set-scrolling-region-from-start", 0},
+ {CSI "%dr", "set-scrolling-region-to-end", 0},
{CSI "%d;r", "set-scrolling-region-to-end", 0},
{CSI "%d;%dr", "set-scrolling-region", 0},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]