Skip to content

Commit

Permalink
FarGroupgh-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 7, 2023
1 parent 8545e07 commit 0b6156a
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-07 12:21:35-08:00 - build 6223

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

--------------------------------------------------------------------------------
drkns 2023-12-07 19:52:27+00:00 - build 6222

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 @@
6222
6223

0 comments on commit 0b6156a

Please sign in to comment.