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

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