commit | 9605b080f6c942ff2e51a2ba538cccc91c91c161 | [log] [download] |
---|---|---|
author | nicm <nicm> | Sat May 16 15:34:08 2020 +0000 |
committer | nicm <nicm> | Sat May 16 15:34:08 2020 +0000 |
tree | a2cb5c229410d3c8b749a1e0da2716494c08445c | |
parent | 379ca54c80837d09dff53ffa7b9ea3b80d87096b [diff] |
Do not hoke into struct window_pane from the tty code and instead set everything up in tty_ctx. Provide a way to initialize the tty_ctx from a callback and use it to let popups draw directly through input_parse in the same way as panes do, rather than forcing a full redraw on every change.