[yast-commit] [yast/yast-packager] 8e816c: Fix random jumps when moving cursor in TUI reposit...
Branch: refs/heads/table-jumping-cursor Home: https://github.com/yast/yast-packager Commit: 8e816c4ade1656ba96a2198321ae8fea17f6e7c6 https://github.com/yast/yast-packager/commit/8e816c4ade1656ba96a2198321ae8fe... Author: Martin Vidner <mvidner@suse.com> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/lib/packager/clients/repositories.rb Log Message: ----------- Fix random jumps when moving cursor in TUI repository table (bsc#1177145) In ncurses, ChangeWidget(:table, :CurrentItem, ...) will be wrong for sorted tables (which is the default now). It is related to the ChangeWidget(:table, Cell(.., ..), ...) bug, bsc#1165388 This is a workaround: removing the unnecessary ChangeWidget. Commit: d7474f6e03d5aab595dc3db353365c43a46f1a1f https://github.com/yast/yast-packager/commit/d7474f6e03d5aab595dc3db353365c4... Author: Martin Vidner <mvidner@suse.com> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M package/yast2-packager.changes M package/yast2-packager.spec Log Message: ----------- version + changelog Compare: https://github.com/yast/yast-packager/compare/d39a670f6900...d7474f6e03d5
participants (1)
-
Martin Vidner