Menu

[26e832]: / joe / uformat.h  Maximize  Restore  History

Download this file

17 lines (15 with data), 390 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/*
* User text formatting functions
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
int ucenter(W *w, int k);
P *pbop(BW *bw, P *p);
P *peop(BW *bw, P *p);
int ubop(W *w, int k);
int ueop(W *w, int k);
void wrapword(BW *bw, P *p, off_t indent, int french, int no_over, char *indents);
int uformat(W *w, int k);
int ufmtblk(W *w, int k);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.