projects
/
alioth
/
jupp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
another update from CVS HEAD, for QA
[alioth/jupp.git]
/
poshist.h
1
/*
2
* Position history
3
* Copyright
4
* (C) 1992 Joseph H. Allen
5
*
6
* This file is part of JOE (Joe's Own Editor)
7
*/
8
#ifndef _JOE_POSHIST_H
9
#define _JOE_POSHIST_H 1
10
11
#ifdef EXTERN_CMD_C
12
__IDSTRING(rcsid_poshist_h, "$MirOS: contrib/code/jupp/poshist.h,v 1.5 2017/12/06 21:16:58 tg Exp $");
13
#endif
14
15
void afterpos(void);
16
void aftermove(W *w, P *p);
17
void windie(W *w);
18
int uprevpos(BW *bw);
19
int unextpos(BW *bw);
20
21
#endif