This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
suckless
/
scroll
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aucune description
156
Commits
1
Branches
0
Publications
Aborescence:
6e7406cde8
Branches
Tags
master
scroll
HTTPS
ZIP
TAR.GZ
Jan Klemkow
6e7406cde8
remove debug code from ptty, add C flag to test closing of fd to scroll
il y a 5 ans
.github
0d39929e48
create ccpp.yml
il y a 6 ans
.gitignore
d1c2d2ad0e
ignore config.h in repository
il y a 5 ans
Makefile
42eb2e5bd9
Enable test again
il y a 5 ans
README
99a7d7e16c
rename readme to README
il y a 5 ans
TODO
44406af94e
TODO: handle line wrapps
il y a 5 ans
config.def.h
7ebc733b62
Update comments
il y a 5 ans
config.mk
0188d2f8b7
Rework the Makefile a bit
il y a 5 ans
ptty.c
6e7406cde8
remove debug code from ptty, add C flag to test closing of fd to scroll
il y a 5 ans
scroll.1
7a2762d0c1
add option -h for usage
il y a 5 ans
scroll.c
8718290ad5
fix broke build, add missing variable declaration
il y a 5 ans
README
This program provides a schrollback buffer for a terminals like st(1).
It should run on any Unix-like system.
At the moment it is in an experimental state. Its not recommended for
productive use.
The initial version of this program is from Roberto E. Vargas Caballero:
https://lists.suckless.org/dev/1703/31256.html