index
:
insel
master
TUI selector written in C, drop in replacement for dmenu.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Draw.h
blob: 82c0b7f593d283bb68dc3eac08ca63ba91d20c4a (
plain
)
1
2
3
4
5
6
#ifndef INSEL_DRAW_H
#define INSEL_DRAW_H
void
draw
(
void
);
#endif