sortix-mirror/chvideomode
Juhani Krekelä 0660d420f3 Fix pagination in chvideomode(1).
Pagination code deals with two indices for video modes, one relative to
the start of video modes array and one relative to the start of current
page. Previously when displaying the list of modes, the video mode array
would be accessed using the one relative to the start of the current
page, meaning that pages 2 and onwards displayed repeats of the video
modes on page 1. This changes the the display code to use indices
relative to the start of the video modes array when accessing the array.
2023-06-14 20:05:03 +03:00
..
.gitignore Move chkblayout(1) and chvideomode(1) into their own directories. 2023-05-16 02:25:18 +03:00
Makefile Move chkblayout(1) and chvideomode(1) into their own directories. 2023-05-16 02:25:18 +03:00
chvideomode.1 Move chkblayout(1) and chvideomode(1) into their own directories. 2023-05-16 02:25:18 +03:00
chvideomode.c Fix pagination in chvideomode(1). 2023-06-14 20:05:03 +03:00