index
:
more
master
termios
display files on a page-by-page basis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-24
switch back to using termios (with help from tput)
termios
Jakob Kaivo
2022-04-19
better handling of transition between files
Jakob Kaivo
2022-04-19
handle bold and underlined text
Jakob Kaivo
2022-04-19
attempt to open stderr for reading first to comply with POSIX
Jakob Kaivo
2022-04-19
mirror output to stdout so it is still visible when more exits
Jakob Kaivo
2022-04-19
fix repeating last line on piped input
Jakob Kaivo
2022-04-19
mostly fix backward scrolling
Jakob Kaivo
2022-04-19
reenable v command
Jakob Kaivo
2022-04-19
finally fix the missing every other line of piped stdin
Jakob Kaivo
2022-04-19
get closer to fixing long line issues
Jakob Kaivo
2022-04-19
fix scrolling when whole file is visible
Jakob Kaivo
2022-04-19
change to a linked list for files to visit
Jakob Kaivo
2022-04-19
move license directly into source file, update year
Jakob Kaivo
2022-04-19
merge everything into more.c
Jakob Kaivo
2022-04-19
merge io.c into more.c
Jakob Kaivo
2022-04-18
fix repeating last line for tmpfile backed input
Jakob Kaivo
2022-04-18
add help, open tty if stdin is redirected
Jakob Kaivo
2022-04-18
make note of which commands advance to next file at EOF
Jakob Kaivo
2022-04-18
better editor support
Jakob Kaivo
2022-04-18
first implementation of v command
Jakob Kaivo
2022-04-18
use separate status line window for better :e and such
Jakob Kaivo
2022-04-18
add path to struct more_file
Jakob Kaivo
2022-04-18
initial implementation of :e
Jakob Kaivo
2022-04-18
remove cruft
Jakob Kaivo
2022-04-18
get closer to fixing scrolling
Jakob Kaivo
2022-04-18
manage merge conflict
Jakob Kaivo
2022-04-18
switch to curses
Jakob Kaivo
2020-07-15
refresh after scrolling
Jakob Kaivo
2020-07-15
implement =/^G (minus file numbers)
Jakob Kaivo
2020-07-15
add byte counts for use by =/^G
Jakob Kaivo
2020-07-15
implement g and G
Jakob Kaivo
2020-07-14
don't try to scroll past end of file
Jakob Kaivo
2020-07-14
remove unnecessary header
Jakob Kaivo
2020-07-14
split i/o stuff out to io.c
Jakob Kaivo
2020-07-14
remove unnecessary headers
Jakob Kaivo
2020-07-14
split tty specific stuff out to tty.c
Jakob Kaivo
2020-07-14
more reliable back-scrolling
Jakob Kaivo
2020-07-14
sort-of working back-scrolling
Jakob Kaivo
2020-07-14
add license
Jakob Kaivo
2020-07-14
only test for blank line compression once
Jakob Kaivo
2020-07-14
remove slow-path for non-tty stdout
Jakob Kaivo
2020-07-14
carry newline compression between files
Jakob Kaivo
2020-07-14
add fast path for when stdout is not a terminal
Jakob Kaivo
2020-07-14
fix $MORE handling
Jakob Kaivo
2020-07-14
fix + option handling, add warning
Jakob Kaivo
2020-07-14
correct f/b to scroll by screenful without prefix
Jakob Kaivo
2020-07-14
correct f/b to scroll by one line
Jakob Kaivo
2020-07-14
ask curses-compliant tput for screen size if possible
Jakob Kaivo
2020-07-14
begin refactoring, don't fill screen with crap on short files
Jakob Kaivo
2019-03-13
migrate to gitlab
Jakob Kaivo