about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 3490Kartik K. Agaram2016-10-0917-303/+310
| | | | | | | | | | | | | | | Redo commit 3457. Basically there were 3 unicode characters we changed back then: solid horizontal line: 9473 -> 9472 fuzzy horizontal line: 9480 -> 9548 fuzzy vertical line: 9482 -> 9550 The solid horizontal line has no issues, so we just redo it here. For the other two, we'll perform the substitution only when rendering html. That gives us the best of both worlds: the scenario screens render right in html, and alt-tabbing continues to be snappy when running the edit/ app.
* 3489Kartik K. Agaram2016-10-0822-1015/+1015
| | | | | | | | | | Revert commit 3457, where I switched the unicode characters used in the edit/ app to something that doesn't render double-wide in html. It turns out that the new unicode characters made iTerm2 sluggish in alt-tabbing between windows. (Commit 3488 only fixed the screen-clearing issue.) I haven't reverted the html files. I'm going to redo commit 3457 next so the html files continue to render like they do now.
* 3488 -Kartik K. Agaram2016-10-082-2/+2
| | | | | | I'd messed up termbox in commit 3443; it was weird how it failed though. The terminal got really sluggish to switch between windows when the edit/ app was running. And it stopped clearing the screen properly.
* 3487Kartik K. Agaram2016-10-081-1/+1
|
* 3486Kartik K. Agaram2016-10-081-3/+3
|
* 3485Kartik K. Agaram2016-10-081-2/+2
|
* 3484Kartik K. Agaram2016-10-081-5/+5
|
* 3483Kartik K. Agaram2016-10-089-111/+111
|
* 3482Kartik K. Agaram2016-10-081-1/+1
|
* 3481Kartik K. Agaram2016-10-081-2/+2
|
* 3480Kartik K. Agaram2016-10-081-2/+2
|
* 3479Kartik K. Agaram2016-10-081-0/+0
|
* 3478Kartik K. Agaram2016-10-081-5/+8
|
* 3477Kartik K. Agaram2016-10-081-0/+5
|
* 3476Kartik K. Agaram2016-10-073-10/+10
|
* 3475Kartik K. Agaram2016-10-071-22/+20
|
* 3474Kartik K. Agaram2016-10-071-20/+27
| | | | Don't print anything during build if there's nothing being built.
* 3473Kartik K. Agaram2016-10-071-2/+2
|
* 3472Kartik K. Agaram2016-10-071-2/+2
|
* 3471Kartik K. Agaram2016-10-071-10/+17
|
* 3470Kartik K. Agaram2016-10-071-3/+4
|
* 3469Kartik K. Agaram2016-10-071-5/+5
|
* 3468Kartik K. Agaram2016-10-071-1/+1
| | | | Don't run Mu if the compile fails.
* 3467Kartik K. Agaram2016-10-071-19/+18
|
* 3466Kartik K. Agaram2016-10-071-13/+14
|
* 3465Kartik K. Agaram2016-10-071-5/+8
| | | | Fix a few names in comments.
* 3464Kartik K. Agaram2016-10-071-2/+1
|
* 3463Kartik K. Agaram2016-10-071-5/+4
|
* 3462Kartik K. Agaram2016-10-074-5/+11
| | | | Better examples in the Readme: keyboard, mouse and filesystem tests.
* 3461Kartik K. Agaram2016-10-071-8/+9
|
* 3460Kartik K. Agaram2016-10-071-0/+1
|
* 3459Kartik K. Agaram2016-10-071-2/+2
|
* 3458Stephen Malina2016-10-072-2/+118
| | | | Testable network interface and write flow.
* 3457Kartik K. Agaram2016-10-0633-1766/+1766
| | | | | Switch around some unicode characters in the edit/ app so that it renders more cleanly in html (with monospace fonts).
* 3456Kartik K. Agaram2016-10-0619-568/+601
|
* 3455Kartik K. Agaram2016-10-063-3/+3
|
* 3454Kartik K. Agaram2016-10-061-1/+1
| | | | Yet another fix for CI.
* 3453Kartik K. Agaram2016-10-061-0/+4
|
* 3452Kartik K. Agaram2016-10-061-21/+23
| | | | | | | | Fix the sense of a shell function. Somehow in all these years I hadn't realized that 0 is true and non-zero is false for purposes of *nix shells' `&&` and `||` operators. Suddenly Urbit doesn't seem so far out..
* 3451Kartik K. Agaram2016-10-061-1/+1
| | | | Fix CI.
* 3450Kartik K. Agaram2016-10-067-75/+9
| | | | Purge remaining `makefile`s, without breaking CI.
* 3449Kartik K. Agaram2016-10-061-1/+2
| | | | Fix CI. Didn't mean to push just yet :/
* 3448Kartik K. Agaram2016-10-063-8/+8
| | | | Drop perl dependency everywhere.
* 3447 - drop dependence on GNU makeKartik K. Agaram2016-10-066-102/+129
| | | | | | | | | A generic build system is overkill for such a small project, and it was adding complexity on OpenBSD which doesn't come with GNU make by default. In the process we also eliminate our reliance on bash and perl, at least for the core build script.
* 3446Kartik K. Agaram2016-10-061-1/+3
| | | | | | | | | | Better warning if I try: mu test --test-only-app sandbox instead of: mu --test-only-app test sandbox
* 3445Kartik K. Agaram2016-10-0624-916/+933
| | | | | | | Ugly that we didn't need 'screen' to provide a type in scenarios (because assume-screen expands to a definition of 'screen') but we did need a type for 'console'. Just never require types for special names in scenarios.
* 3444Kartik K. Agaram2016-10-061-3/+13
| | | | Fix CI. Turns out strlcpy and strlcat are not implemented on Linux.
* 3443Kartik K. Agaram2016-10-051-5/+5
| | | | Fix some OpenBSD warnings.
* 3442Kartik K. Agaram2016-10-053-12/+16
| | | | | | | | Support for a minimal OpenBSD without bash. Many of the scripts in the repo won't work in that situation, but let's at least make the `mu` script work. I'd like to come up with a clean makefile that doesn't require GNU make.
* 3441Kartik K. Agaram2016-10-041-7/+7
|