plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b253a743b29e0e3ee920e1e3cf874a4321fe10bc
parent 9aa1c92f743a7bf2ac0b062b0c075dc610b3e335
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:43:50 +0000

scrolling

Diffstat:
Msrc/cmd/rio/dat.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/rio/dat.h b/src/cmd/rio/dat.h @@ -149,6 +149,7 @@ extern int curtime; extern int debug; extern int solidsweep; extern int numvirtuals; +extern int scrolling; extern Atom exit_rio; extern Atom restart_rio;