Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2021-01-27 12:42 Fix typo: "the fist place" Spenser Truex
2021-01-19 22:07 Fix typo Jochen Sprickerhof
2021-01-19 21:08 add test file to dist target Jan Klemkow
2021-01-19 21:02 fix typo Jan Klemkow
2021-01-18 20:42 discribe the current status of scroll Jan Klemkow
2021-01-18 20:41 fix spacing Jan Klemkow
2020-06-03 05:10 Move license to LICENSE Jochen Sprickerhof
2020-05-22 07:31 Add comment Jochen Sprickerhof
2020-05-16 21:09 handle carriage0-return correctly Jan Klemkow
2020-05-16 09:57 Remove ^E and ^Y Roberto E. Vargas
2020-05-07 02:54 Fix typo and spaces with adjustments fr… Steve Ward
2020-05-06 20:23 fix test Jochen Sprickerhof
2020-05-04 06:58 Revert "Revert "Ignore carriage return … Jochen Sprickerhof
2020-05-03 22:26 Add "uninstall" target to the Makefile. parazyd
2020-05-03 22:26 Use DESTDIR in the Makefile. parazyd
2020-05-03 22:26 Revert "Ignore carriage return in histo… parazyd
2020-05-04 05:28 return carriage at the beginning of the… Jochen Sprickerhof
2020-05-03 20:56 Ignore carriage return in history Jochen Sprickerhof
2020-05-03 20:43 perf: replace jot by $seq and set posix… Jan Klemkow
2020-05-03 20:37 perf: auto detect seq(1) and jot(1) Jan Klemkow
2020-05-02 01:40 Add version option Steve Ward
2020-05-03 19:41 remove github ci Jan Klemkow
2020-04-30 20:37 fix style Jan Klemkow
2020-04-30 20:29 Fix indention Jochen Sprickerhof
2020-04-30 20:27 Ignore cursors movement sequences in hi… Jochen Sprickerhof
2020-04-30 20:12 fix race condition between sigwinch and… Jan Klemkow
2020-04-30 11:28 Fix warning for too many arguments for … Steve Ward
2020-04-29 21:46 Obey line length while scrolling Jochen Sprickerhof
2020-04-28 19:20 avoid race condition with sigwinch Jan Klemkow
2020-04-26 22:09 readme: add table with performance impa… Jan Klemkow
2020-04-26 22:00 add tool for performance impact mesurem… Jan Klemkow
2020-04-26 20:38 better quoting in scrollup testing shel… Jan Klemkow
2020-04-26 20:38 Make up.sh POSIX compliant Jochen Sprickerhof
2020-04-25 22:13 Don't retain any clear screen sequence … Ian Remmler
2020-04-25 21:32 Fix cursor position in scrollup Jochen Sprickerhof
2020-04-25 21:15 Recover comment Jochen Sprickerhof
2020-04-25 20:56 show cursor if we are at the bottom Jochen Sprickerhof
2020-04-25 20:33 Magnetic redraw behaviour Jochen Sprickerhof
2020-04-25 19:55 add up.sh to test suite Jan Klemkow
2020-04-25 19:15 replace jot(1) with os independent shel… Jan Klemkow
2020-04-24 20:22 fix mismatch of several esc seq. in one… Jan Klemkow
2020-04-24 10:43 ] distclean should remove things create… Steve Ward
2020-04-23 22:15 Fix GNU getop Jochen Sprickerhof
2020-04-23 22:08 swap x and y to more logical Jan Klemkow
2020-04-23 22:04 Fix up test Jochen Sprickerhof
2020-04-23 21:42 fix ptty test program. don't quit afte… Jan Klemkow
2020-04-23 21:04 add script for scroll up testing Jan Klemkow
2020-04-23 20:26 Fix setting bottom pointer while scroll… Jochen Sprickerhof
2020-04-21 21:51 typo Jan Klemkow
2020-04-21 19:01 Fix typo Jochen Sprickerhof
2020-04-21 17:48 Dereference pointers Jochen Sprickerhof
2020-04-21 06:23 Dereference pointers Jochen Sprickerhof
2020-04-20 21:22 Cleanup Jochen Sprickerhof
2020-04-20 21:01 check explicit for return of -1 Jan Klemkow
2020-04-20 20:59 fix die() on too fast scroll input Jan Klemkow
2020-04-20 20:08 add additional information in die calls… Jan Klemkow
2020-04-19 19:28 Don't scrollup if history is empty Jochen Sprickerhof
2020-04-18 21:13 ptty: add detection of cursor position … Jan Klemkow
2020-04-18 21:05 Fix redraw if cursor is not at the bott… Jochen Sprickerhof
2020-04-17 21:33 Catch invalid cursor positions Jochen Sprickerhof
2020-04-17 20:55 Revert "Don't jumpdown if bottom is sti… Jochen Sprickerhof
2020-04-17 20:49 Don't jumpdown if bottom is still in th… Jochen Sprickerhof
2020-04-17 20:47 Only move bottom if it was scrolled out… Jochen Sprickerhof
2020-04-17 19:46 handle child exit via POLLHUP instead o… Jan Klemkow
2020-04-16 21:19 ptty: explicit wait for child Jan Klemkow
2020-04-16 21:17 handle closing fds Jan Klemkow
2020-04-16 20:34 ptty: wait for corrent child pid Jan Klemkow
2020-04-16 20:03 ptty: error handling of close(2) Jan Klemkow
2020-04-16 19:24 Add dist to PHONY Jochen Sprickerhof
2020-04-16 19:21 Add make dist Jochen Sprickerhof
2020-04-16 19:07 remove redundant code, replace eamalloc… Jan Klemkow
2020-04-16 18:59 ptty: better error handling Jan Klemkow
2020-04-15 20:44 wip Jan Klemkow
2020-04-15 21:08 Error handling for getcursorposition Jochen Sprickerhof
2020-04-15 20:38 Support scroll back after clear screen Jochen Sprickerhof
2020-04-15 20:36 Don't print child output while scrolling Jochen Sprickerhof
2020-04-15 20:07 ptty: add event loop to handle input an… Jan Klemkow
2020-04-14 22:01 Fix clear screen esc sequences detection Jochen Sprickerhof
2020-04-14 21:37 Fix typo Jochen Sprickerhof
2020-04-14 21:33 ptty: write input from child to stdout Jan Klemkow
2020-04-14 21:32 Integrate clear screen detection into i… Jochen Sprickerhof
2020-04-14 20:52 Add TODO for strcmp Jochen Sprickerhof
2020-04-14 20:40 fix strncmp bug by using strcmp Jan Klemkow
2020-04-14 20:24 remove debug code from ptty, add C flag… Jan Klemkow
2020-04-14 20:18 fix broke build, add missing variable d… Jan Klemkow
2020-04-14 20:14 passthrough EOF from Terminal to child,… Jan Klemkow
2020-04-14 19:49 explicit continue on EOF while read vom… Jan Klemkow
2020-04-14 19:36 make poll call more readable by replaci… Jan Klemkow
2020-04-14 19:33 move signal handling before fork to avo… Jan Klemkow
2020-04-14 19:23 simplify terminal check Jan Klemkow
2020-04-14 19:18 ignore config.h in repository Jan Klemkow
2020-04-14 19:16 Enable test again Jochen Sprickerhof
2020-04-14 19:15 add option -h for usage Jan Klemkow
2020-04-13 19:58 add comment for terminal settings Jan Klemkow
2020-04-13 09:23 Comment broken test Jochen Sprickerhof
2020-04-12 22:07 Remove useless continue Jochen Sprickerhof
2020-04-12 21:36 add comment for jumpdown Jan Klemkow
2020-04-12 21:13 Fix line length Jochen Sprickerhof
2020-04-12 21:08 more specific comment Jan Klemkow
2020-04-12 21:06 Simplify condition and add comment Jochen Sprickerhof
139 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.