Overview
Comment: | fix typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ee4f58caef7a6d42b34e561d490bfb07 |
User & Date: | lexi on 2019-04-13 13:44:04 |
Other Links: | manifest | tags |
Context
2019-04-14
| ||
03:07 | rewrite safekill to use X properties instead of hacking a flag into the window class check-in: 795f87aa54 user: lexi tags: trunk | |
2019-04-13
| ||
13:44 | fix typo check-in: ee4f58caef user: lexi tags: trunk | |
11:22 | add bgrd check-in: 011cb3726d user: lexi tags: trunk | |
Changes
Modified bgrd.c from [f9254ef448] to [1814ca81a5].
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] bgrd.c
* ~ lexi hale <lexi@hale.su>
* $ cc -Ofast bgread.c -lutil -obgrd
* © affero general public license 3.0
* i am angry beyond words that this program had to
* be written
*
* bgrd "background read" is a tool for launching an
* application and retrieving the first line of output.
|
| |
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] bgrd.c * ~ lexi hale <lexi@hale.su> * $ cc -Ofast bgrd.c -lutil -obgrd * © affero general public license 3.0 * i am angry beyond words that this program had to * be written * * bgrd "background read" is a tool for launching an * application and retrieving the first line of output. |