mirror of
https://github.com/RFnexus/modem73.git
synced 2026-04-27 14:30:33 +00:00
Update makefile
This commit is contained in:
parent
f58acebeb1
commit
a994421f91
2 changed files with 3 additions and 2 deletions
|
|
@ -923,7 +923,7 @@ private:
|
|||
void handle_mouse(MEVENT& event) {
|
||||
int rows, cols;
|
||||
getmaxyx(stdscr, rows, cols);
|
||||
// (void)rows;
|
||||
(void)rows;
|
||||
|
||||
if (event.bstate & BUTTON1_CLICKED || event.bstate & BUTTON1_PRESSED) {
|
||||
// Tab clicks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue