lwl | Less with links. |
| download: http://git.y1.nz/archives/lwl.tar.gz | |
| README | Files | Log | Refs |
draw.h
1 #include <stdio.h>
2
3 #include "text.h"
4 #include "state.h"
5
6 void draw_status_line(State *state);
7 void redraw(FileContents *contents, Wrap *wrap, State *state);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.