/* * Position history * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */ #ifndef _JOE_POSHIST_H #define _JOE_POSHIST_H 1 #ifdef EXTERN_CMD_C __IDSTRING(rcsid_poshist_h, "$MirOS: contrib/code/jupp/poshist.h,v 1.5 2017/12/06 21:16:58 tg Exp $"); #endif void afterpos(void); void aftermove(W *w, P *p); void windie(W *w); int uprevpos(BW *bw); int unextpos(BW *bw); #endif