about summary refs log tree commit diff stats
path: root/cpp/termbox/termbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/termbox/termbox.h')
-rw-r--r--cpp/termbox/termbox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/termbox/termbox.h b/cpp/termbox/termbox.h
index 73ee53b6..3e2228de 100644
--- a/cpp/termbox/termbox.h
+++ b/cpp/termbox/termbox.h
@@ -83,7 +83,6 @@ void tb_change_cell(int x, int y, uint32_t ch, uint16_t fg, uint16_t bg);
 struct tb_event {
   uint8_t type;
   /* fields for type TB_EVENT_KEY */
-  uint8_t mod;
   uint16_t key;
   uint32_t ch;
   /* fields for type TB_EVENT_RESIZE */
@@ -99,9 +98,6 @@ struct tb_event {
 #define TB_EVENT_RESIZE 2
 #define TB_EVENT_MOUSE  3
 
-/* Possible values for tb_event.mod. */
-#define TB_MOD_ALT 0x01
-
 /* Possible values for tb_event.key.
  *
  * These are a safe subset of terminfo keys, which exist on all popular