Skip to content
  • deuce's avatar
    eec2f92c
    Add mouse support. · eec2f92c
    deuce authored
    This does have a terrible hack where it mangles ESC sequences going into
    ungetstr() because inkey() will mangle them coming out... inkey() puts ESC
    arguments at the end of the key buffer.  If the key buffer isn't empty,
    this results in a re-ordering.
    eec2f92c
    Add mouse support.
    deuce authored
    This does have a terrible hack where it mangles ESC sequences going into
    ungetstr() because inkey() will mangle them coming out... inkey() puts ESC
    arguments at the end of the key buffer.  If the key buffer isn't empty,
    this results in a re-ordering.
Loading