aboutsummaryrefslogtreecommitdiff
path: root/examples/win-title
Commit message (Collapse)AuthorAgeFilesLines
* reduce calls to win-titleNRK2022-06-021-1/+1
| | | | | | | | | rather than calling the script unconditionally per redraw, we now have a `title_dirty` flag and keep track of when any of the relavent information changes. Co-authored-by: Arthur Williams <taaparthur@gmail.com> Partially fixes: https://github.com/nsxiv/nsxiv/issues/258
* use win-title script for customizing window title (#213)N-R-K2022-02-231-0/+27
this removes the cli flag `-T` as well as related config.h options. Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>