Update makefile

This commit is contained in:
zenith 2026-01-04 17:13:37 -05:00
commit a994421f91
2 changed files with 3 additions and 2 deletions

View file

@ -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