Introduction
Introduction Statistics Contact Development Disclaimer Help
tupdate function prototypes. - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 44226483fb0a3d6270970399d8a91abb2d16146b
parent b09401b96b640a796d11774664c49031cee3245a
Author: AurĂ©lien Aptel <[email protected]>
Date: Thu, 26 Aug 2010 21:33:53 +0200
update function prototypes.
Diffstat:
M st.c | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -136,6 +136,7 @@ static void tinsertblankline(int);
static void tmoveto(int, int);
static void tnew(int, int);
static void tnewline(void);
+static void tputtab(void);
static void tputc(char);
static void tputs(char*, int);
static void treset(void);
t@@ -152,6 +153,9 @@ static void ttyread(void);
static void ttyresize(int, int);
static void ttywrite(const char *, size_t);
+static void xbell(void);
+static void xdraws(char *, Glyph, int, int, int);
+static void xhints(void);
static void xclear(int, int, int, int);
static void xcursor(int);
static void xinit(void);
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.