Skip to content

Various fixes

Keith Packard requested to merge keithp/xprop:various-fixes into master

This has three fixes related to displaying icons:

  1. Adjust default output format to match previous code (icons > 144 pixels are not shown, instead of those > 72 pixels)
  2. Check TIOCGWINSZ return value
  3. Fix icon buffer width computation for truecolor mode

And one fix caught by libasan:

  1. Free string list in Format_Len_Text

Merge request reports