martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

Fix buffer corruption when title is updated #86

Closed laserswald closed 3 years ago

laserswald commented 6 years ago

This was tested with Kakoune, which reliably was able to dirty the buffer whenever I press the right arrow key. (Go figure.)

This should fix #80 and #53; possibly #61 and #20.

luke-clifton commented 5 years ago

This fixes many problems for me. Thanks!