summaryrefslogtreecommitdiff
path: root/client/term.h
blob: 8212149f671c97cc6baeeccf6f4e9564f5b6030f (plain)
1
2
3
4
5
6
#pragma once

/** set terminal to raw mode */
void w2_term_raw_mode();
/** set ui canvas props */
void w2_term_props();