summaryrefslogtreecommitdiff
path: root/acme
AgeCommit message (Collapse)Author
2023-02-19mkfiles: add 'mk test' supportOri Bernstein
9front has several tests scattered throughout the source, as well as more tests in an external 'regress' repository. Many of these tests are broken, because there is no easy way to build and track all of them. This pulls in several tests from different sources, deletes the broken tests, tests with missing data, and adds a single command that can be run from the root of the src directory to test our system. The hope is that as we develop new code, we add more tests, and eventually start running the tests on every commit. Please enter the commit message for your changes. Lines starting
2020-09-16win: fix window recreation commandkvik
2020-06-23acme/win: add trailing space to window tagAlex Musolino
2020-05-31acme: implement 'scratch' ctl command (thanks Drew DeVault)kvik
The new command marks the target window as a scratch window -- a window whose state cannot be "dirtied" by changes made to its body, therefore avoiding warnings about unsaved changes when deleting the window or exiting acme. Existing examples of scratch windows are error, directory, and guide windows, whose scratchness is set internally. With the new command users and programs alike can create their own scratch windows. This is put to use in acme's own win(1).
2020-04-24acme/win: exit winfs once acme shuts down the windowcinap_lenrek
2020-04-17acme/win: pass on flags to winfs (fix undocumented -e flag)cinap_lenrek
2020-03-07acme: split win into winfs and rc script, get rid of lib9p leavefdsopen hackcinap_lenrek
split the acme win command into a winfs fileserver which handles /dev/cons emulation and a rc script responsible for launching the command. with these changes, the fd fiddling is not neccesary anymore and we can get rid of the leavefdsopen hack.
2018-08-02win: fix typospew
2018-08-02win: bind the text file properly instead of a special case in "spew
2017-03-12merging erik quanstros nupascinap_lenrek
2016-06-30acme/win: implement /dev/wdir file in win to change directory tagline, ↵cinap_lenrek
remove awd
2014-12-12acme/win: fix mistakecinap_lenrek
have to save partial reminder before null terminating current event buffer :)
2014-12-12acme/win: remove old crapcinap_lenrek
2014-12-12acme/win: fix fswrite() not assuming iounit < EVENTSIZEcinap_lenrek
2013-04-28acme: fix more error messagesftrvxmtrx
2013-04-26acme/win: fix error messagesftrvxmtrx
2011-06-07fix permission for /acme/mkfilecinap_lenrek
2011-05-03remove .dummy files and replace it by sys/lib/rootstub scriptcinap_lenrek
2011-04-14fill /acmecinap_lenrek
2011-03-31acmecinap_lenrek