Introduction
Introduction Statistics Contact Development Disclaimer Help
tCUP == HVP; CHA == HPA; - st - [fork] customized build of st, the simple termi…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 6e88c7f60206275a5378521ef5d3dd96b0b09f36
parent 59fe59d3d1f922ec3a99c758e54ab88cfdf939be
Author: Christoph Lohmann <[email protected]>
Date: Tue, 4 Sep 2012 21:56:55 +0200
CUP == HVP; CHA == HPA;
Diffstat:
M st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -1322,12 +1322,12 @@ csihandle(void) {
}
break;
case 'G': /* CHA -- Move to <col> */
- case '`': /* XXX: HPA -- same? */
+ case '`': /* HPA */
DEFAULT(csiescseq.arg[0], 1);
tmoveto(csiescseq.arg[0]-1, term.c.y);
break;
case 'H': /* CUP -- Move to <row> <col> */
- case 'f': /* XXX: HVP -- same? */
+ case 'f': /* HVP */
DEFAULT(csiescseq.arg[0], 1);
DEFAULT(csiescseq.arg[1], 1);
tmoveto(csiescseq.arg[1]-1, csiescseq.arg[0]-1);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.