[dev] [PATCH] Support the DECSCUSR CSI escape sequence

2015-03-18 Thread LemonBoy
--- st.c | 62 +- 1 file changed, 49 insertions(+), 13 deletions(-) diff --git a/st.c b/st.c index 836ae21..b4736d8 100644 --- a/st.c +++ b/st.c @@ -197,14 +197,14 @@ typedef struct { } TCursor; /* CSI Escape sequence structs */ -/*

[dev] [st] Support the DECSCUSR CSI escape sequence

2015-03-18 Thread LemonBoy
Ok, the third time's a charm heh. I hope the patch is alright now.

[dev] [PATCH] Support the DECSCUSR CSI escape sequence

2015-03-18 Thread LemonBoy
--- st.c | 62 +- 1 file changed, 49 insertions(+), 13 deletions(-) diff --git a/st.c b/st.c index 836ae21..b4736d8 100644 --- a/st.c +++ b/st.c @@ -197,14 +197,14 @@ typedef struct { } TCursor; /* CSI Escape sequence structs */ -/*

[dev] [st] Support the DECSCUSR CSI escape sequence

2015-03-17 Thread LemonBoy
--- st.c | 64 +++- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/st.c b/st.c index 836ae21..d8e9b94 100644 --- a/st.c +++ b/st.c @@ -197,14 +197,14 @@ typedef struct { } TCursor; /* CSI Escape sequence structs */ -/

[dev] [st] Support the DECSCUSR CSI escape sequence

2015-03-17 Thread LemonBoy
--- st.c | 47 ++- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/st.c b/st.c index 836ae21..37da82e 100644 --- a/st.c +++ b/st.c @@ -257,6 +257,7 @@ typedef struct { int ch; /* char height */ int cw; /* char width */