Change #263637
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Sun 05 Apr 2026 17:43:17 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | master |
| Revision | 4b0ff07bcbc86bb0312dfb8c6f82ec55a184476f |
Comments
When a cell is cleared after having been moved, we cannot reuse its extended data, because that may still be in use. Add a flag to grid_clear_cell to indicate this. Fixes irritating problems with ICH (CSI @) mostly visible in emacs.
Changed files
- grid.c
- screen.c
- tmux.h