mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Add minor improvements and cleanup
This commit is contained in:
parent
9e3e985ae5
commit
feed0d2b0e
163 changed files with 2286 additions and 2245 deletions
|
@ -5,10 +5,12 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct Panel {
|
||||
int i;
|
||||
int top, bottom;
|
||||
int left, right;
|
||||
int top;
|
||||
int bottom;
|
||||
int left;
|
||||
int right;
|
||||
struct Buffer *lines;
|
||||
size_t n;
|
||||
};
|
||||
|
||||
ssize_t PrintPanels(int, long, struct Panel *, long, long);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue