CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/16 09:34:08
Modified files:
usr.bin/tmux : cmd-display-panes.c format-draw.c input.c
menu.c mode-tree.c popup.c screen-redraw.c
screen-write.c server-client.c server-fn.c
status.c tmux.h tty.c window-clock.c
window-copy.c window.c
Log message:
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.