Skip to content

Commit

Permalink
gh-750: Fixed VMenu set selection behavior around list edges.
Browse files Browse the repository at this point in the history
Warning! Bugs are expected.
  • Loading branch information
MKadaner committed Dec 6, 2023
1 parent 13307d8 commit bcac237
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 90 deletions.
6 changes: 6 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
--------------------------------------------------------------------------------
MZK 2023-12-06 11:58:37-08:00 - build 6222

1. gh-750: Fixed VMenu set selection behavior around list edges.
Warning! Bugs are expected.

--------------------------------------------------------------------------------
drkns 2023-11-30 17:25:47+00:00 - build 6221

Expand Down
1 change: 1 addition & 0 deletions far/headers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <numeric>
#include <optional>
#include <random>
#include <ranges>
#include <regex>
#include <set>
#include <span>
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6221
6222
Loading

0 comments on commit bcac237

Please sign in to comment.