Introduction
Introduction Statistics Contact Development Disclaimer Help
twarnings - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit d4780b1c14a0107872cbf7b1999170be615fe791
parent 35ed6913ebd469a0e11458a31eaa78204e9e135c
Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 14:18:43 +0000
warnings
Diffstat:
M src/cmd/rio/event.c | 2 --
M src/cmd/rio/key.c | 8 +++-----
2 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/src/cmd/rio/event.c b/src/cmd/rio/event.c
t@@ -15,9 +15,7 @@ void
mainloop(int shape_event)
{
XEvent ev;
- XKeyEvent *ke;
-Top:
for(;;){
getevent(&ev);
diff --git a/src/cmd/rio/key.c b/src/cmd/rio/key.c
t@@ -18,12 +18,10 @@ enum
};
static int tabcode = 0x17;
-static int altcode = 0x40;
-static int pgupcode = 0x63;
-static int pgdowncode = 0x69;
+//static int altcode = 0x40;
+//static int pgupcode = 0x63;
+//static int pgdowncode = 0x69;
-static void altpress(void);
-static void altrelease(void);
static void alttab(int shift);
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.